Html Css Color HEX #AAB0F9 Perano

📋 copy color: '#AAB0F9'

red 170 ◦ green 176 ◦ blue 249

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

Shades of Perano #AAB0F9

Tints of Perano #AAB0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 28.57%
G = 29.58%
B = 41.85%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAB0F9 (or 0xAAB0F9) is known color: Perano. HEX triplet: AA, B0 and F9. RGB value is (170,176,249). Sum of RGB (Red+Green+Blue) = 170+176+249=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0F9 is #554F06. Grayscale: #B6B6B6. Windows color (decimal): -5590791 or 16363690. OLE color: 16363690.

HSL color Cylindrical-coordinate representation of color #AAB0F9: hue angle of 235.44º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB0F9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 176 249 -
CMYK 0.32 0.29 0 0.02
HSL 235.44º 0.87% 0.82% -
HSV(B) 235.44º 0.32% 0.98% -
XYZ 49.2 46.44 95.99 -
YUV 182.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 170 176 249 0.32 0.29 0 0.02 235.44 0.87 0.82
Hex AA B0 F9 20 1D 0 2 EB 57 52
Octal 252 260 371 40 35 0 2 353 127 122
Binary 10101010 10110000 11111001 100000 11101 0 10 11101011 1010111 1010010

Color Harmonies of #AAB0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0F9

Black with #AAB0F9

Text Example


Text Example

White with #AAB0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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