Html Css Color HEX #AAB5F9 Perano

📋 copy color: '#AAB5F9'

red 170 ◦ green 181 ◦ blue 249

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

Shades of Perano #AAB5F9

Tints of Perano #AAB5F9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.17%

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

R = 28.33%
G = 30.17%
B = 41.5%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAB5F9 (or 0xAAB5F9) is known color: Perano. HEX triplet: AA, B5 and F9. RGB value is (170,181,249). Sum of RGB (Red+Green+Blue) = 170+181+249=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5F9 is #554A06. Grayscale: #B9B9B9. Windows color (decimal): -5589511 or 16364970. OLE color: 16364970.

HSL color Cylindrical-coordinate representation of color #AAB5F9: hue angle of 231.65º 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 #AAB5F9 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 181 249 -
CMYK 0.32 0.27 0 0.02
HSL 231.65º 0.87% 0.82% -
HSV(B) 231.65º 0.32% 0.98% -
XYZ 50.2 48.43 96.33 -
YUV 185.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 170 181 249 0.32 0.27 0 0.02 231.65 0.87 0.82
Hex AA B5 F9 20 1B 0 2 E8 57 52
Octal 252 265 371 40 33 0 2 350 127 122
Binary 10101010 10110101 11111001 100000 11011 0 10 11101000 1010111 1010010

Color Harmonies of #AAB5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5F9

Black with #AAB5F9

Text Example


Text Example

White with #AAB5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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