Html Css Color HEX #A62CD2 Dark Orchid

📋 copy color: '#A62CD2'

red 166 ◦ green 44 ◦ blue 210

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

Shades of Dark Orchid #A62CD2

Tints of Dark Orchid #A62CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50%

R = 39.52%
G = 10.48%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A62CD2 (or 0xA62CD2) is known color: Dark Orchid. HEX triplet: A6, 2C and D2. RGB value is (166,44,210). Sum of RGB (Red+Green+Blue) = 166+44+210=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 210 (82.42% from 255 or 50% from 420); Max value from RGB is 210 - color contains mainly: blue. Hex color #A62CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CD2 is #59D32D. Grayscale: #626262. Windows color (decimal): -5886766 or 13773990. OLE color: 13773990.

HSL color Cylindrical-coordinate representation of color #A62CD2: hue angle of 284.1º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62CD2 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 44 210 -
CMYK 0.21 0.79 0 0.18
HSL 284.1º 0.65% 0.5% -
HSV(B) 284.1º 0.79% 0.82% -
XYZ 28.26 14.56 62.29 -
YUV 99.4 190.42 175.5 -
System Red Green Blue C M Y K H S L
Decimal 166 44 210 0.21 0.79 0 0.18 284.1 0.65 0.5
Hex A6 2C D2 15 4F 0 12 11C 41 32
Octal 246 54 322 25 117 0 22 434 101 62
Binary 10100110 101100 11010010 10101 1001111 0 10010 100011100 1000001 110010

Color Harmonies of #A62CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CD2

Black with #A62CD2

Text Example


Text Example

White with #A62CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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