#A4AAFB

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

Shades of Perano #A4AAFB

Tints of Perano #A4AAFB

Color information

#A4AAFB (or 0xA4AAFB) is unknown color: approx Perano. HEX triplet: A4, AA and FB. RGB value is (164,170,251). Sum of RGB (Red+Green+Blue) = 164+170+251=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 170 (66.80% from 255 or 29.06% 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 #A4AAFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AAFB is #5B5504. Grayscale: #B1B1B1. Windows color (decimal): -5985541 or 16493220. OLE color: 16493220.

HSL color Cylindrical-coordinate representation of color #A4AAFB: hue angle of 235.86º 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 #A4AAFB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164170251-
CMYK0.350.3200.02
HSL235.86º91.58%81.37%-
HSV(B)235.86º34.66%98.43%-
XYZ47.143.6197.2-
YUV177.44169.51118.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641702510.350.3200.02235.8691.5881.37
HexA4AAFB232002ec5c51
Octal244252373434002354134121
Binary1010010010101010111110111000111000000101110110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAFB; }

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

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

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

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

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

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

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

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