Html Css Color HEX #A62DD6 Dark Orchid

📋 copy color: '#A62DD6'

red 166 ◦ green 45 ◦ blue 214

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

Shades of Dark Orchid #A62DD6

Tints of Dark Orchid #A62DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 39.06%
G = 10.59%
B = 50.35%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A62DD6 (or 0xA62DD6) is known color: Dark Orchid. HEX triplet: A6, 2D and D6. RGB value is (166,45,214). Sum of RGB (Red+Green+Blue) = 166+45+214=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #A62DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62DD6 is #59D229. Grayscale: #636363. Windows color (decimal): -5886506 or 14036390. OLE color: 14036390.

HSL color Cylindrical-coordinate representation of color #A62DD6: hue angle of 282.96º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62DD6 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 45 214 -
CMYK 0.22 0.79 0 0.16
HSL 282.96º 0.67% 0.51% -
HSV(B) 282.96º 0.79% 0.84% -
XYZ 28.8 14.84 64.96 -
YUV 100.45 192.09 174.76 -
System Red Green Blue C M Y K H S L
Decimal 166 45 214 0.22 0.79 0 0.16 282.96 0.67 0.51
Hex A6 2D D6 16 4F 0 10 11B 43 33
Octal 246 55 326 26 117 0 20 433 103 63
Binary 10100110 101101 11010110 10110 1001111 0 10000 100011011 1000011 110011

Color Harmonies of #A62DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62DD6

Black with #A62DD6

Text Example


Text Example

White with #A62DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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