#A4A9FE

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

Shades of Perano #A4A9FE

Tints of Perano #A4A9FE

Color information

#A4A9FE (or 0xA4A9FE) is unknown color: approx Perano. HEX triplet: A4, A9 and FE. RGB value is (164,169,254). Sum of RGB (Red+Green+Blue) = 164+169+254=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4A9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A9FE is #5B5601. Grayscale: #B0B0B0. Windows color (decimal): -5985794 or 16689572. OLE color: 16689572.

HSL color Cylindrical-coordinate representation of color #A4A9FE: hue angle of 236.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4A9FE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164169254-
CMYK0.350.3300.00
HSL236.67º97.83%81.96%-
HSV(B)236.67º35.43%99.61%-
XYZ47.3943.4299.65-
YUV177.19171.34118.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=27.94%
G=28.79%
B=43.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641692540.350.3300.00236.6797.8381.96
HexA4A9FE232100ed6252
Octal244251376434100355142122
Binary101001001010100111111110100011100001001110110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A9FE; }

 p { color: rgb(164,169,254); }

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

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

 a { background-color: rgb(164,169,254); }

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

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

 span { border-color: rgb(164,169,254); }

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