Html Css Color HEX #AAB6F5 Perano

📋 copy color: '#AAB6F5'

red 170 ◦ green 182 ◦ blue 245

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

Shades of Perano #AAB6F5

Tints of Perano #AAB6F5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.49%

 BLUE value IS 245 (96.09% from 255) = 41.04%

R = 28.48%
G = 30.49%
B = 41.04%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAB6F5 (or 0xAAB6F5) is known color: Perano. HEX triplet: AA, B6 and F5. RGB value is (170,182,245). Sum of RGB (Red+Green+Blue) = 170+182+245=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAB6F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6F5 is #55490A. Grayscale: #B9B9B9. Windows color (decimal): -5589259 or 16103082. OLE color: 16103082.

HSL color Cylindrical-coordinate representation of color #AAB6F5: hue angle of 230.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB6F5 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 182 245 -
CMYK 0.31 0.26 0 0.04
HSL 230.4º 0.79% 0.81% -
HSV(B) 230.4º 0.31% 0.96% -
XYZ 49.79 48.59 93.14 -
YUV 185.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 170 182 245 0.31 0.26 0 0.04 230.4 0.79 0.81
Hex AA B6 F5 1F 1A 0 4 E6 4F 51
Octal 252 266 365 37 32 0 4 346 117 121
Binary 10101010 10110110 11110101 11111 11010 0 100 11100110 1001111 1010001

Color Harmonies of #AAB6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6F5

Black with #AAB6F5

Text Example


Text Example

White with #AAB6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6F5; }

 p { color: rgb(170,182,245); }

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

background-color css

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

 a { background-color: rgb(170,182,245); }

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

border-color css

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

 span { border-color: rgb(170,182,245); }

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