Html Css Color HEX #AA1CAC Dark Orchid

📋 copy color: '#AA1CAC'

red 170 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #AA1CAC

Tints of Dark Orchid #AA1CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 45.95%
G = 7.57%
B = 46.49%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1CAC (or 0xAA1CAC) is known color: Dark Orchid. HEX triplet: AA, 1C and AC. RGB value is (170,28,172). Sum of RGB (Red+Green+Blue) = 170+28+172=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA1CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1CAC is #55E353. Grayscale: #565656. Windows color (decimal): -5628756 or 11279530. OLE color: 11279530.

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

Color convert

RGB 170 28 172 -
CMYK 0.01 0.84 0 0.33
HSL 299.17º 0.72% 0.39% -
HSV(B) 299.17º 0.84% 0.67% -
XYZ 24.44 12.36 40.13 -
YUV 86.87 176.04 187.29 -
System Red Green Blue C M Y K H S L
Decimal 170 28 172 0.01 0.84 0 0.33 299.17 0.72 0.39
Hex AA 1C AC 1 54 0 21 12B 48 27
Octal 252 34 254 1 124 0 41 453 110 47
Binary 10101010 11100 10101100 1 1010100 0 100001 100101011 1001000 100111

Color Harmonies of #AA1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CAC

Black with #AA1CAC

Text Example


Text Example

White with #AA1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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