Html Css Color HEX #AAB7F1 Perano

📋 copy color: '#AAB7F1'

red 170 ◦ green 183 ◦ blue 241

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

Shades of Perano #AAB7F1

Tints of Perano #AAB7F1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.81%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 28.62%
G = 30.81%
B = 40.57%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAB7F1 (or 0xAAB7F1) is known color: Perano. HEX triplet: AA, B7 and F1. RGB value is (170,183,241). Sum of RGB (Red+Green+Blue) = 170+183+241=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7F1 is #55480E. Grayscale: #B9B9B9. Windows color (decimal): -5589007 or 15841194. OLE color: 15841194.

HSL color Cylindrical-coordinate representation of color #AAB7F1: hue angle of 229.01º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB7F1 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 183 241 -
CMYK 0.29 0.24 0 0.05
HSL 229.01º 0.72% 0.81% -
HSV(B) 229.01º 0.29% 0.95% -
XYZ 49.39 48.76 90.03 -
YUV 185.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 170 183 241 0.29 0.24 0 0.05 229.01 0.72 0.81
Hex AA B7 F1 1D 18 0 5 E5 48 51
Octal 252 267 361 35 30 0 5 345 110 121
Binary 10101010 10110111 11110001 11101 11000 0 101 11100101 1001000 1010001

Color Harmonies of #AAB7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7F1

Black with #AAB7F1

Text Example


Text Example

White with #AAB7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7F1; }

 p { color: rgb(170,183,241); }

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

background-color css

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

 a { background-color: rgb(170,183,241); }

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

border-color css

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

 span { border-color: rgb(170,183,241); }

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