Html Css Color HEX #AAB0DC Perano

📋 copy color: '#AAB0DC'

red 170 ◦ green 176 ◦ blue 220

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

Shades of Perano #AAB0DC

Tints of Perano #AAB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.1%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 30.04%
G = 31.1%
B = 38.87%

CMYK

 C value IS 0.23

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AAB0DC (or 0xAAB0DC) is known color: Perano. HEX triplet: AA, B0 and DC. RGB value is (170,176,220). Sum of RGB (Red+Green+Blue) = 170+176+220=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0DC is #554F23. Grayscale: #B3B3B3. Windows color (decimal): -5590820 or 14463146. OLE color: 14463146.

HSL color Cylindrical-coordinate representation of color #AAB0DC: hue angle of 232.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB0DC is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 176 220 -
CMYK 0.23 0.2 0 0.14
HSL 232.8º 0.42% 0.76% -
HSV(B) 232.8º 0.23% 0.86% -
XYZ 45.02 44.76 73.98 -
YUV 179.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 170 176 220 0.23 0.2 0 0.14 232.8 0.42 0.76
Hex AA B0 DC 17 14 0 E E9 2A 4C
Octal 252 260 334 27 24 0 16 351 52 114
Binary 10101010 10110000 11011100 10111 10100 0 1110 11101001 101010 1001100

Color Harmonies of #AAB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0DC

Black with #AAB0DC

Text Example


Text Example

White with #AAB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0DC; }

 p { color: rgb(170,176,220); }

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

background-color css

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

 a { background-color: rgb(170,176,220); }

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

border-color css

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

 span { border-color: rgb(170,176,220); }

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