Html Css Color HEX #A42CBC Dark Orchid

📋 copy color: '#A42CBC'

red 164 ◦ green 44 ◦ blue 188

#A42CBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A42CBC

Tints of Dark Orchid #A42CBC

RGB

 RED value IS 164 (64.45% from 255) = 41.41%

 GREEN value IS 44 (17.58% from 255) = 11.11%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 41.41%
G = 11.11%
B = 47.47%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A42CBC (or 0xA42CBC) is known color: Dark Orchid. HEX triplet: A4, 2C and BC. RGB value is (164,44,188). Sum of RGB (Red+Green+Blue) = 164+44+188=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #A42CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CBC is #5BD343. Grayscale: #5F5F5F. Windows color (decimal): -6017860 or 12332196. OLE color: 12332196.

HSL color Cylindrical-coordinate representation of color #A42CBC: hue angle of 290º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42CBC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 44 188 -
CMYK 0.13 0.77 0 0.26
HSL 290º 0.62% 0.45% -
HSV(B) 290º 0.77% 0.74% -
XYZ 25.29 13.32 48.82 -
YUV 96.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 164 44 188 0.13 0.77 0 0.26 290 0.62 0.45
Hex A4 2C BC D 4D 0 1A 122 3E 2D
Octal 244 54 274 15 115 0 32 442 76 55
Binary 10100100 101100 10111100 1101 1001101 0 11010 100100010 111110 101101

Color Harmonies of #A42CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CBC

Black with #A42CBC

Text Example


Text Example

White with #A42CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CBC; }

 p { color: rgb(164,44,188); }

 H1.HeaderClassName
 {
   color: #A42CBC;
 }
 .AnyTagClassName
 {
   color: #A42CBC;
 }
</style>

background-color css

<style>
 a { background-color: #A42CBC; }

 a { background-color: rgb(164,44,188); }

 div.DivClassName
 {
   background-color: #A42CBC;
 }
 .BgClassName
 {
   background-color: #A42CBC;
 }
</style>

border-color css

<style>
 span { border-color: #A42CBC; }

 span { border-color: rgb(164,44,188); }

 td.TdClassName
 {
   border-color: #A42CBC;
 }
 .TagClassName
 {
   border-color: #A42CBC;
 }
</style>