Html Css Color HEX #A62ECD Dark Orchid

📋 copy color: '#A62ECD'

red 166 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #A62ECD

Tints of Dark Orchid #A62ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.03%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 39.81%
G = 11.03%
B = 49.16%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A62ECD (or 0xA62ECD) is known color: Dark Orchid. HEX triplet: A6, 2E and CD. RGB value is (166,46,205). Sum of RGB (Red+Green+Blue) = 166+46+205=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #A62ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ECD is #59D132. Grayscale: #636363. Windows color (decimal): -5886259 or 13446822. OLE color: 13446822.

HSL color Cylindrical-coordinate representation of color #A62ECD: hue angle of 285.28º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62ECD is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 46 205 -
CMYK 0.19 0.78 0 0.20
HSL 285.28º 0.63% 0.49% -
HSV(B) 285.28º 0.78% 0.8% -
XYZ 27.72 14.47 59.09 -
YUV 100.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 166 46 205 0.19 0.78 0 0.20 285.28 0.63 0.49
Hex A6 2E CD 13 4E 0 14 11D 3F 31
Octal 246 56 315 23 116 0 24 435 77 61
Binary 10100110 101110 11001101 10011 1001110 0 10100 100011101 111111 110001

Color Harmonies of #A62ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ECD

Black with #A62ECD

Text Example


Text Example

White with #A62ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ECD; }

 p { color: rgb(166,46,205); }

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

background-color css

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

 a { background-color: rgb(166,46,205); }

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

border-color css

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

 span { border-color: rgb(166,46,205); }

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