#A4AAEB

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

Shades of Perano #A4AAEB

Tints of Perano #A4AAEB

Color information

#A4AAEB (or 0xA4AAEB) is unknown color: approx Perano. HEX triplet: A4, AA and EB. RGB value is (164,170,235). Sum of RGB (Red+Green+Blue) = 164+170+235=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AAEB is #5B5514. Grayscale: #AFAFAF. Windows color (decimal): -5985557 or 15444644. OLE color: 15444644.

HSL color Cylindrical-coordinate representation of color #A4AAEB: hue angle of 234.93º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4AAEB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164170235-
CMYK0.300.2800.08
HSL234.93º63.96%78.24%-
HSV(B)234.93º30.21%92.16%-
XYZ44.6842.6484.47-
YUV175.62161.51119.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.82%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=28.82%
G=29.88%
B=41.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641702350.300.2800.08234.9363.9678.24
HexA4AAEB1E1C08eb404e
Octal2442523533634010353100116
Binary1010010010101010111010111111011100010001110101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAEB; }

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

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

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

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

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

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

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

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