Html Css Color HEX #AAB9FA Perano

📋 copy color: '#AAB9FA'

red 170 ◦ green 185 ◦ blue 250

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

Shades of Perano #AAB9FA

Tints of Perano #AAB9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.58%

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 28.1%
G = 30.58%
B = 41.32%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAB9FA (or 0xAAB9FA) is known color: Perano. HEX triplet: AA, B9 and FA. RGB value is (170,185,250). Sum of RGB (Red+Green+Blue) = 170+185+250=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9FA is #554605. Grayscale: #BBBBBB. Windows color (decimal): -5588486 or 16431530. OLE color: 16431530.

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

Color convert

RGB 170 185 250 -
CMYK 0.32 0.26 0 0.02
HSL 228.75º 0.89% 0.82% -
HSV(B) 228.75º 0.32% 0.98% -
XYZ 51.18 50.15 97.42 -
YUV 187.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 170 185 250 0.32 0.26 0 0.02 228.75 0.89 0.82
Hex AA B9 FA 20 1A 0 2 E5 59 52
Octal 252 271 372 40 32 0 2 345 131 122
Binary 10101010 10111001 11111010 100000 11010 0 10 11100101 1011001 1010010

Color Harmonies of #AAB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9FA

Black with #AAB9FA

Text Example


Text Example

White with #AAB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9FA; }

 p { color: rgb(170,185,250); }

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

background-color css

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

 a { background-color: rgb(170,185,250); }

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

border-color css

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

 span { border-color: rgb(170,185,250); }

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