Html Css Color HEX #AA2ACE Dark Orchid

📋 copy color: '#AA2ACE'

red 170 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #AA2ACE

Tints of Dark Orchid #AA2ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 40.67%
G = 10.05%
B = 49.28%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA2ACE (or 0xAA2ACE) is known color: Dark Orchid. HEX triplet: AA, 2A and CE. RGB value is (170,42,206). Sum of RGB (Red+Green+Blue) = 170+42+206=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA2ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ACE is #55D531. Grayscale: #626262. Windows color (decimal): -5625138 or 13511338. OLE color: 13511338.

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

Color convert

RGB 170 42 206 -
CMYK 0.17 0.80 0 0.19
HSL 286.83º 0.66% 0.49% -
HSV(B) 286.83º 0.8% 0.81% -
XYZ 28.55 14.66 59.72 -
YUV 98.97 188.41 178.66 -
System Red Green Blue C M Y K H S L
Decimal 170 42 206 0.17 0.80 0 0.19 286.83 0.66 0.49
Hex AA 2A CE 11 50 0 13 11F 42 31
Octal 252 52 316 21 120 0 23 437 102 61
Binary 10101010 101010 11001110 10001 1010000 0 10011 100011111 1000010 110001

Color Harmonies of #AA2ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2ACE

Black with #AA2ACE

Text Example


Text Example

White with #AA2ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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