Html Css Color HEX #AA1AC9 Dark Orchid

📋 copy color: '#AA1AC9'

red 170 ◦ green 26 ◦ blue 201

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

Shades of Dark Orchid #AA1AC9

Tints of Dark Orchid #AA1AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 42.82%
G = 6.55%
B = 50.63%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA1AC9 (or 0xAA1AC9) is known color: Dark Orchid. HEX triplet: AA, 1A and C9. RGB value is (170,26,201). Sum of RGB (Red+Green+Blue) = 170+26+201=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA1AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1AC9 is #55E536. Grayscale: #585858. Windows color (decimal): -5629239 or 13179562. OLE color: 13179562.

HSL color Cylindrical-coordinate representation of color #AA1AC9: hue angle of 289.37º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1AC9 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 26 201 -
CMYK 0.15 0.87 0 0.21
HSL 289.37º 0.77% 0.45% -
HSV(B) 289.37º 0.87% 0.79% -
XYZ 27.49 13.5 56.42 -
YUV 89.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 170 26 201 0.15 0.87 0 0.21 289.37 0.77 0.45
Hex AA 1A C9 F 57 0 15 121 4D 2D
Octal 252 32 311 17 127 0 25 441 115 55
Binary 10101010 11010 11001001 1111 1010111 0 10101 100100001 1001101 101101

Color Harmonies of #AA1AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AC9

Black with #AA1AC9

Text Example


Text Example

White with #AA1AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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