Html Css Color HEX #AAB1FA Perano

📋 copy color: '#AAB1FA'

red 170 ◦ green 177 ◦ blue 250

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

Shades of Perano #AAB1FA

Tints of Perano #AAB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.65%

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

R = 28.48%
G = 29.65%
B = 41.88%

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

#AAB1FA (or 0xAAB1FA) is known color: Perano. HEX triplet: AA, B1 and FA. RGB value is (170,177,250). Sum of RGB (Red+Green+Blue) = 170+177+250=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB1FA is #554E05. Grayscale: #B6B6B6. Windows color (decimal): -5590534 or 16429482. OLE color: 16429482.

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

Color convert

RGB 170 177 250 -
CMYK 0.32 0.29 0 0.02
HSL 234.75º 0.89% 0.82% -
HSV(B) 234.75º 0.32% 0.98% -
XYZ 49.56 46.89 96.88 -
YUV 183.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 170 177 250 0.32 0.29 0 0.02 234.75 0.89 0.82
Hex AA B1 FA 20 1D 0 2 EB 59 52
Octal 252 261 372 40 35 0 2 353 131 122
Binary 10101010 10110001 11111010 100000 11101 0 10 11101011 1011001 1010010

Color Harmonies of #AAB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1FA

Black with #AAB1FA

Text Example


Text Example

White with #AAB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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