Html Css Color HEX #AAB0FF Perano

📋 copy color: '#AAB0FF'

red 170 ◦ green 176 ◦ blue 255

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

Shades of Perano #AAB0FF

Tints of Perano #AAB0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.43%

R = 28.29%
G = 29.28%
B = 42.43%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AAB0FF (or 0xAAB0FF) is known color: Perano. HEX triplet: AA, B0 and FF. RGB value is (170,176,255). Sum of RGB (Red+Green+Blue) = 170+176+255=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0FF is #554F00. Grayscale: #B6B6B6. Windows color (decimal): -5590785 or 16756906. OLE color: 16756906.

HSL color Cylindrical-coordinate representation of color #AAB0FF: hue angle of 235.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB0FF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 176 255 -
CMYK 0.33 0.31 0 0
HSL 235.76º 1% 0.83% -
HSV(B) 235.76º 0.33% 1% -
XYZ 50.15 46.82 101 -
YUV 183.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 170 176 255 0.33 0.31 0 0 235.76 1 0.83
Hex AA B0 FF 21 1F 0 0 EC 64 53
Octal 252 260 377 41 37 0 0 354 144 123
Binary 10101010 10110000 11111111 100001 11111 0 0 11101100 1100100 1010011

Color Harmonies of #AAB0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0FF

Black with #AAB0FF

Text Example


Text Example

White with #AAB0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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