Html Css Color HEX #AA1CAE Dark Orchid

📋 copy color: '#AA1CAE'

red 170 ◦ green 28 ◦ blue 174

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

Shades of Dark Orchid #AA1CAE

Tints of Dark Orchid #AA1CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.53%

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

R = 45.7%
G = 7.53%
B = 46.77%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA1CAE (or 0xAA1CAE) is known color: Dark Orchid. HEX triplet: AA, 1C and AE. RGB value is (170,28,174). Sum of RGB (Red+Green+Blue) = 170+28+174=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA1CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1CAE is #55E351. Grayscale: #565656. Windows color (decimal): -5628754 or 11410602. OLE color: 11410602.

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

Color convert

RGB 170 28 174 -
CMYK 0.02 0.84 0 0.32
HSL 298.36º 0.72% 0.4% -
HSV(B) 298.36º 0.84% 0.68% -
XYZ 24.63 12.43 41.15 -
YUV 87.1 177.04 187.13 -
System Red Green Blue C M Y K H S L
Decimal 170 28 174 0.02 0.84 0 0.32 298.36 0.72 0.4
Hex AA 1C AE 2 54 0 20 12A 48 28
Octal 252 34 256 2 124 0 40 452 110 50
Binary 10101010 11100 10101110 10 1010100 0 100000 100101010 1001000 101000

Color Harmonies of #AA1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CAE

Black with #AA1CAE

Text Example


Text Example

White with #AA1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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