Html Css Color HEX #A62ACD Dark Orchid

📋 copy color: '#A62ACD'

red 166 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #A62ACD

Tints of Dark Orchid #A62ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.17%

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

R = 40.19%
G = 10.17%
B = 49.64%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A62ACD (or 0xA62ACD) is known color: Dark Orchid. HEX triplet: A6, 2A and CD. RGB value is (166,42,205). Sum of RGB (Red+Green+Blue) = 166+42+205=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #A62ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ACD is #59D532. Grayscale: #616161. Windows color (decimal): -5887283 or 13445798. OLE color: 13445798.

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

Color convert

RGB 166 42 205 -
CMYK 0.19 0.80 0 0.20
HSL 285.64º 0.66% 0.48% -
HSV(B) 285.64º 0.8% 0.8% -
XYZ 27.57 14.17 59.04 -
YUV 97.66 188.58 176.75 -
System Red Green Blue C M Y K H S L
Decimal 166 42 205 0.19 0.80 0 0.20 285.64 0.66 0.48
Hex A6 2A CD 13 50 0 14 11E 42 30
Octal 246 52 315 23 120 0 24 436 102 60
Binary 10100110 101010 11001101 10011 1010000 0 10100 100011110 1000010 110000

Color Harmonies of #A62ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ACD

Black with #A62ACD

Text Example


Text Example

White with #A62ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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