Html Css Color HEX #AAB5F4 Perano

📋 copy color: '#AAB5F4'

red 170 ◦ green 181 ◦ blue 244

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

Shades of Perano #AAB5F4

Tints of Perano #AAB5F4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.42%

 BLUE value IS 244 (95.7% from 255) = 41.01%

R = 28.57%
G = 30.42%
B = 41.01%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAB5F4 (or 0xAAB5F4) is known color: Perano. HEX triplet: AA, B5 and F4. RGB value is (170,181,244). Sum of RGB (Red+Green+Blue) = 170+181+244=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAB5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5F4 is #554A0B. Grayscale: #B8B8B8. Windows color (decimal): -5589516 or 16037290. OLE color: 16037290.

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

Color convert

RGB 170 181 244 -
CMYK 0.30 0.26 0 0.04
HSL 231.08º 0.77% 0.81% -
HSV(B) 231.08º 0.3% 0.96% -
XYZ 49.43 48.13 92.27 -
YUV 184.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 170 181 244 0.30 0.26 0 0.04 231.08 0.77 0.81
Hex AA B5 F4 1E 1A 0 4 E7 4D 51
Octal 252 265 364 36 32 0 4 347 115 121
Binary 10101010 10110101 11110100 11110 11010 0 100 11100111 1001101 1010001

Color Harmonies of #AAB5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5F4

Black with #AAB5F4

Text Example


Text Example

White with #AAB5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5F4; }

 p { color: rgb(170,181,244); }

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

background-color css

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

 a { background-color: rgb(170,181,244); }

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

border-color css

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

 span { border-color: rgb(170,181,244); }

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