Html Css Color HEX #AA2ACD Dark Orchid

📋 copy color: '#AA2ACD'

red 170 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #AA2ACD

Tints of Dark Orchid #AA2ACD

RGB

 RED value IS 170 (66.8% from 255) = 40.77%

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

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

R = 40.77%
G = 10.07%
B = 49.16%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA2ACD (or 0xAA2ACD) is known color: Dark Orchid. HEX triplet: AA, 2A and CD. RGB value is (170,42,205). Sum of RGB (Red+Green+Blue) = 170+42+205=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 42 (16.80% from 255 or 10.07% 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 #AA2ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ACD is #55D532. Grayscale: #626262. Windows color (decimal): -5625139 or 13445802. OLE color: 13445802.

HSL color Cylindrical-coordinate representation of color #AA2ACD: hue angle of 287.12º 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 #AA2ACD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 42 205 -
CMYK 0.17 0.80 0 0.20
HSL 287.12º 0.66% 0.48% -
HSV(B) 287.12º 0.8% 0.8% -
XYZ 28.42 14.61 59.08 -
YUV 98.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 170 42 205 0.17 0.80 0 0.20 287.12 0.66 0.48
Hex AA 2A CD 11 50 0 14 11F 42 30
Octal 252 52 315 21 120 0 24 437 102 60
Binary 10101010 101010 11001101 10001 1010000 0 10100 100011111 1000010 110000

Color Harmonies of #AA2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2ACD

Black with #AA2ACD

Text Example


Text Example

White with #AA2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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