Html Css Color HEX #AAB0F4 Perano

📋 copy color: '#AAB0F4'

red 170 ◦ green 176 ◦ blue 244

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

Shades of Perano #AAB0F4

Tints of Perano #AAB0F4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.83%

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

R = 28.81%
G = 29.83%
B = 41.36%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAB0F4 (or 0xAAB0F4) is known color: Perano. HEX triplet: AA, B0 and F4. RGB value is (170,176,244). Sum of RGB (Red+Green+Blue) = 170+176+244=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAB0F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0F4 is #554F0B. Grayscale: #B5B5B5. Windows color (decimal): -5590796 or 16036010. OLE color: 16036010.

HSL color Cylindrical-coordinate representation of color #AAB0F4: hue angle of 235.14º 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 #AAB0F4 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 176 244 -
CMYK 0.30 0.28 0 0.04
HSL 235.14º 0.77% 0.81% -
HSV(B) 235.14º 0.3% 0.96% -
XYZ 48.43 46.13 91.94 -
YUV 181.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 170 176 244 0.30 0.28 0 0.04 235.14 0.77 0.81
Hex AA B0 F4 1E 1C 0 4 EB 4D 51
Octal 252 260 364 36 34 0 4 353 115 121
Binary 10101010 10110000 11110100 11110 11100 0 100 11101011 1001101 1010001

Color Harmonies of #AAB0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0F4

Black with #AAB0F4

Text Example


Text Example

White with #AAB0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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