#AAA4FB

Color #AAA4FB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AAA4FB

Tints of Perano #AAA4FB

Color information

#AAA4FB (or 0xAAA4FB) is unknown color: approx Perano. HEX triplet: AA, A4 and FB. RGB value is (170,164,251). Sum of RGB (Red+Green+Blue) = 170+164+251=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAA4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4FB is #555B04. Grayscale: #AFAFAF. Windows color (decimal): -5593861 or 16491690. OLE color: 16491690.

HSL color Cylindrical-coordinate representation of color #AAA4FB: hue angle of 244.14º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAA4FB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170164251-
CMYK0.320.3500.02
HSL244.14º91.58%81.37%-
HSV(B)244.14º34.66%98.43%-
XYZ47.2742.0696.89-
YUV175.71170.49123.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=29.06%
G=28.03%
B=42.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701642510.320.3500.02244.1491.5881.37
HexAAA4FB202302f45c51
Octal252244373404302364134121
Binary1010101010100100111110111000001000110101111010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4FB; }

 p { color: rgb(170,164,251); }

 H1.HeaderClassName
 {
   color: #AAA4FB;
 }
 .AnyTagClassName
 {
   color: #AAA4FB;
 }
</style>
background-color css

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

 a { background-color: rgb(170,164,251); }

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

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

 span { border-color: rgb(170,164,251); }

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