Html Css Color HEX #AA1CAB Dark Orchid

📋 copy color: '#AA1CAB'

red 170 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #AA1CAB

Tints of Dark Orchid #AA1CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 46.07%
G = 7.59%
B = 46.34%

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

#AA1CAB (or 0xAA1CAB) is known color: Dark Orchid. HEX triplet: AA, 1C and AB. RGB value is (170,28,171). Sum of RGB (Red+Green+Blue) = 170+28+171=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA1CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1CAB is #55E354. Grayscale: #565656. Windows color (decimal): -5628757 or 11213994. OLE color: 11213994.

HSL color Cylindrical-coordinate representation of color #AA1CAB: hue angle of 299.58º 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 #AA1CAB is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 28 171 -
CMYK 0.01 0.84 0 0.33
HSL 299.58º 0.72% 0.39% -
HSV(B) 299.58º 0.84% 0.67% -
XYZ 24.34 12.32 39.62 -
YUV 86.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 170 28 171 0.01 0.84 0 0.33 299.58 0.72 0.39
Hex AA 1C AB 1 54 0 21 12C 48 27
Octal 252 34 253 1 124 0 41 454 110 47
Binary 10101010 11100 10101011 1 1010100 0 100001 100101100 1001000 100111

Color Harmonies of #AA1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CAB

Black with #AA1CAB

Text Example


Text Example

White with #AA1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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