Html Css Color HEX #AA1AAC Dark Orchid

📋 copy color: '#AA1AAC'

red 170 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #AA1AAC

Tints of Dark Orchid #AA1AAC

RGB

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

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

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

R = 46.2%
G = 7.07%
B = 46.74%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1AAC (or 0xAA1AAC) is known color: Dark Orchid. HEX triplet: AA, 1A and AC. RGB value is (170,26,172). Sum of RGB (Red+Green+Blue) = 170+26+172=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AAC is #55E553. Grayscale: #555555. Windows color (decimal): -5629268 or 11279018. OLE color: 11279018.

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

Color convert

RGB 170 26 172 -
CMYK 0.01 0.85 0 0.33
HSL 299.18º 0.74% 0.39% -
HSV(B) 299.18º 0.85% 0.67% -
XYZ 24.39 12.26 40.11 -
YUV 85.7 176.71 188.13 -
System Red Green Blue C M Y K H S L
Decimal 170 26 172 0.01 0.85 0 0.33 299.18 0.74 0.39
Hex AA 1A AC 1 55 0 21 12B 4A 27
Octal 252 32 254 1 125 0 41 453 112 47
Binary 10101010 11010 10101100 1 1010101 0 100001 100101011 1001010 100111

Color Harmonies of #AA1AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1AAC

Black with #AA1AAC

Text Example


Text Example

White with #AA1AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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