Html Css Color HEX #A62CA8 Dark Orchid

📋 copy color: '#A62CA8'

red 166 ◦ green 44 ◦ blue 168

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

Shades of Dark Orchid #A62CA8

Tints of Dark Orchid #A62CA8

RGB

 RED value IS 166 (65.23% from 255) = 43.92%

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

 BLUE value IS 168 (66.02% from 255) = 44.44%

R = 43.92%
G = 11.64%
B = 44.44%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A62CA8 (or 0xA62CA8) is known color: Dark Orchid. HEX triplet: A6, 2C and A8. RGB value is (166,44,168). Sum of RGB (Red+Green+Blue) = 166+44+168=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 168 - color contains mainly: blue. Hex color #A62CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62CA8 is #59D357. Grayscale: #5E5E5E. Windows color (decimal): -5886808 or 11021478. OLE color: 11021478.

HSL color Cylindrical-coordinate representation of color #A62CA8: hue angle of 299.03º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62CA8 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 44 168 -
CMYK 0.01 0.74 0 0.34
HSL 299.03º 0.58% 0.42% -
HSV(B) 299.03º 0.74% 0.66% -
XYZ 23.69 12.74 38.26 -
YUV 94.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 166 44 168 0.01 0.74 0 0.34 299.03 0.58 0.42
Hex A6 2C A8 1 4A 0 22 12B 3A 2A
Octal 246 54 250 1 112 0 42 453 72 52
Binary 10100110 101100 10101000 1 1001010 0 100010 100101011 111010 101010

Color Harmonies of #A62CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CA8

Black with #A62CA8

Text Example


Text Example

White with #A62CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CA8; }

 p { color: rgb(166,44,168); }

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

background-color css

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

 a { background-color: rgb(166,44,168); }

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

border-color css

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

 span { border-color: rgb(166,44,168); }

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