Html Css Color HEX #AAB1F0 Perano

📋 copy color: '#AAB1F0'

red 170 ◦ green 177 ◦ blue 240

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

Shades of Perano #AAB1F0

Tints of Perano #AAB1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.89%

R = 28.96%
G = 30.15%
B = 40.89%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAB1F0 (or 0xAAB1F0) is known color: Perano. HEX triplet: AA, B1 and F0. RGB value is (170,177,240). Sum of RGB (Red+Green+Blue) = 170+177+240=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAB1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB1F0 is #554E0F. Grayscale: #B5B5B5. Windows color (decimal): -5590544 or 15774122. OLE color: 15774122.

HSL color Cylindrical-coordinate representation of color #AAB1F0: hue angle of 234º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB1F0 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 177 240 -
CMYK 0.29 0.26 0 0.06
HSL 234º 0.7% 0.8% -
HSV(B) 234º 0.29% 0.94% -
XYZ 48.03 46.28 88.84 -
YUV 182.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 170 177 240 0.29 0.26 0 0.06 234 0.7 0.8
Hex AA B1 F0 1D 1A 0 6 EA 46 50
Octal 252 261 360 35 32 0 6 352 106 120
Binary 10101010 10110001 11110000 11101 11010 0 110 11101010 1000110 1010000

Color Harmonies of #AAB1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1F0

Black with #AAB1F0

Text Example


Text Example

White with #AAB1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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