Html Css Color HEX #AAB4F1 Perano

📋 copy color: '#AAB4F1'

red 170 ◦ green 180 ◦ blue 241

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

Shades of Perano #AAB4F1

Tints of Perano #AAB4F1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.46%

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

R = 28.76%
G = 30.46%
B = 40.78%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAB4F1 (or 0xAAB4F1) is known color: Perano. HEX triplet: AA, B4 and F1. RGB value is (170,180,241). Sum of RGB (Red+Green+Blue) = 170+180+241=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4F1 is #554B0E. Grayscale: #B7B7B7. Windows color (decimal): -5589775 or 15840426. OLE color: 15840426.

HSL color Cylindrical-coordinate representation of color #AAB4F1: hue angle of 231.55º 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 #AAB4F1 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 180 241 -
CMYK 0.29 0.25 0 0.05
HSL 231.55º 0.72% 0.81% -
HSV(B) 231.55º 0.29% 0.95% -
XYZ 48.78 47.54 89.82 -
YUV 183.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 170 180 241 0.29 0.25 0 0.05 231.55 0.72 0.81
Hex AA B4 F1 1D 19 0 5 E8 48 51
Octal 252 264 361 35 31 0 5 350 110 121
Binary 10101010 10110100 11110001 11101 11001 0 101 11101000 1001000 1010001

Color Harmonies of #AAB4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4F1

Black with #AAB4F1

Text Example


Text Example

White with #AAB4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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