Html Css Color HEX #AA1BAC Dark Orchid

📋 copy color: '#AA1BAC'

red 170 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #AA1BAC

Tints of Dark Orchid #AA1BAC

RGB

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

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

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

R = 46.07%
G = 7.32%
B = 46.61%

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

#AA1BAC (or 0xAA1BAC) is known color: Dark Orchid. HEX triplet: AA, 1B and AC. RGB value is (170,27,172). Sum of RGB (Red+Green+Blue) = 170+27+172=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA1BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BAC is #55E453. Grayscale: #555555. Windows color (decimal): -5629012 or 11279274. OLE color: 11279274.

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

Color convert

RGB 170 27 172 -
CMYK 0.01 0.84 0 0.33
HSL 299.17º 0.73% 0.39% -
HSV(B) 299.17º 0.84% 0.67% -
XYZ 24.42 12.31 40.12 -
YUV 86.29 176.38 187.71 -
System Red Green Blue C M Y K H S L
Decimal 170 27 172 0.01 0.84 0 0.33 299.17 0.73 0.39
Hex AA 1B AC 1 54 0 21 12B 49 27
Octal 252 33 254 1 124 0 41 453 111 47
Binary 10101010 11011 10101100 1 1010100 0 100001 100101011 1001001 100111

Color Harmonies of #AA1BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BAC

Black with #AA1BAC

Text Example


Text Example

White with #AA1BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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