Html Css Color HEX #AA1BAB Dark Orchid

📋 copy color: '#AA1BAB'

red 170 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #AA1BAB

Tints of Dark Orchid #AA1BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.34%

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

R = 46.2%
G = 7.34%
B = 46.47%

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

#AA1BAB (or 0xAA1BAB) is known color: Dark Orchid. HEX triplet: AA, 1B and AB. RGB value is (170,27,171). Sum of RGB (Red+Green+Blue) = 170+27+171=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA1BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BAB is #55E454. Grayscale: #555555. Windows color (decimal): -5629013 or 11213738. OLE color: 11213738.

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

Color convert

RGB 170 27 171 -
CMYK 0.01 0.84 0 0.33
HSL 299.58º 0.73% 0.39% -
HSV(B) 299.58º 0.84% 0.67% -
XYZ 24.32 12.27 39.61 -
YUV 86.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 170 27 171 0.01 0.84 0 0.33 299.58 0.73 0.39
Hex AA 1B AB 1 54 0 21 12C 49 27
Octal 252 33 253 1 124 0 41 454 111 47
Binary 10101010 11011 10101011 1 1010100 0 100001 100101100 1001001 100111

Color Harmonies of #AA1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BAB

Black with #AA1BAB

Text Example


Text Example

White with #AA1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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