Html Css Color HEX #AA1DAA Dark Orchid

📋 copy color: '#AA1DAA'

red 170 ◦ green 29 ◦ blue 170

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

Shades of Dark Orchid #AA1DAA

Tints of Dark Orchid #AA1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.86%

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 46.07%
G = 7.86%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1DAA (or 0xAA1DAA) is known color: Dark Orchid. HEX triplet: AA, 1D and AA. RGB value is (170,29,170). Sum of RGB (Red+Green+Blue) = 170+29+170=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA1DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DAA is #55E255. Grayscale: #565656. Windows color (decimal): -5628502 or 11148714. OLE color: 11148714.

HSL color Cylindrical-coordinate representation of color #AA1DAA: hue angle of 300º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1DAA is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 29 170 -
CMYK 0 0.83 0 0.33
HSL 300º 0.71% 0.39% -
HSV(B) 300º 0.83% 0.67% -
XYZ 24.27 12.33 39.13 -
YUV 87.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 170 29 170 0 0.83 0 0.33 300 0.71 0.39
Hex AA 1D AA 0 53 0 21 12C 47 27
Octal 252 35 252 0 123 0 41 454 107 47
Binary 10101010 11101 10101010 0 1010011 0 100001 100101100 1000111 100111

Color Harmonies of #AA1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DAA

Black with #AA1DAA

Text Example


Text Example

White with #AA1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DAA; }

 p { color: rgb(170,29,170); }

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

background-color css

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

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

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

border-color css

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

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

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