Html Css Color HEX #AA1DAE Dark Orchid

📋 copy color: '#AA1DAE'

red 170 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #AA1DAE

Tints of Dark Orchid #AA1DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 45.58%
G = 7.77%
B = 46.65%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA1DAE (or 0xAA1DAE) is known color: Dark Orchid. HEX triplet: AA, 1D and AE. RGB value is (170,29,174). Sum of RGB (Red+Green+Blue) = 170+29+174=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA1DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DAE is #55E251. Grayscale: #575757. Windows color (decimal): -5628498 or 11410858. OLE color: 11410858.

HSL color Cylindrical-coordinate representation of color #AA1DAE: hue angle of 298.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1DAE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 29 174 -
CMYK 0.02 0.83 0 0.32
HSL 298.34º 0.71% 0.4% -
HSV(B) 298.34º 0.83% 0.68% -
XYZ 24.66 12.48 41.15 -
YUV 87.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 170 29 174 0.02 0.83 0 0.32 298.34 0.71 0.4
Hex AA 1D AE 2 53 0 20 12A 47 28
Octal 252 35 256 2 123 0 40 452 107 50
Binary 10101010 11101 10101110 10 1010011 0 100000 100101010 1000111 101000

Color Harmonies of #AA1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DAE

Black with #AA1DAE

Text Example


Text Example

White with #AA1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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