Html Css Color HEX #AA1ACE Dark Orchid

📋 copy color: '#AA1ACE'

red 170 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #AA1ACE

Tints of Dark Orchid #AA1ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.47%

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

R = 42.29%
G = 6.47%
B = 51.24%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA1ACE (or 0xAA1ACE) is known color: Dark Orchid. HEX triplet: AA, 1A and CE. RGB value is (170,26,206). Sum of RGB (Red+Green+Blue) = 170+26+206=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ACE is #55E531. Grayscale: #595959. Windows color (decimal): -5629234 or 13507242. OLE color: 13507242.

HSL color Cylindrical-coordinate representation of color #AA1ACE: hue angle of 288º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1ACE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 26 206 -
CMYK 0.17 0.87 0 0.19
HSL 288º 0.78% 0.45% -
HSV(B) 288º 0.87% 0.81% -
XYZ 28.09 13.74 59.56 -
YUV 89.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 170 26 206 0.17 0.87 0 0.19 288 0.78 0.45
Hex AA 1A CE 11 57 0 13 120 4E 2D
Octal 252 32 316 21 127 0 23 440 116 55
Binary 10101010 11010 11001110 10001 1010111 0 10011 100100000 1001110 101101

Color Harmonies of #AA1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ACE

Black with #AA1ACE

Text Example


Text Example

White with #AA1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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