Html Css Color HEX #A62DA8 Dark Orchid

📋 copy color: '#A62DA8'

red 166 ◦ green 45 ◦ blue 168

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

Shades of Dark Orchid #A62DA8

Tints of Dark Orchid #A62DA8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

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

R = 43.8%
G = 11.87%
B = 44.33%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A62DA8 (or 0xA62DA8) is known color: Dark Orchid. HEX triplet: A6, 2D and A8. RGB value is (166,45,168). Sum of RGB (Red+Green+Blue) = 166+45+168=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #A62DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DA8 is #59D257. Grayscale: #5E5E5E. Windows color (decimal): -5886552 or 11021734. OLE color: 11021734.

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

Color convert

RGB 166 45 168 -
CMYK 0.01 0.73 0 0.34
HSL 299.02º 0.58% 0.42% -
HSV(B) 299.02º 0.73% 0.66% -
XYZ 23.73 12.81 38.27 -
YUV 95.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 166 45 168 0.01 0.73 0 0.34 299.02 0.58 0.42
Hex A6 2D A8 1 49 0 22 12B 3A 2A
Octal 246 55 250 1 111 0 42 453 72 52
Binary 10100110 101101 10101000 1 1001001 0 100010 100101011 111010 101010

Color Harmonies of #A62DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62DA8

Black with #A62DA8

Text Example


Text Example

White with #A62DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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