#A4A8FE

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

Shades of Perano #A4A8FE

Tints of Perano #A4A8FE

Color information

#A4A8FE (or 0xA4A8FE) is unknown color: approx Perano. HEX triplet: A4, A8 and FE. RGB value is (164,168,254). Sum of RGB (Red+Green+Blue) = 164+168+254=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A8FE is #5B5701. Grayscale: #B0B0B0. Windows color (decimal): -5986050 or 16689316. OLE color: 16689316.

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

Color convert

RGB164168254-
CMYK0.350.3400.00
HSL237.33º97.83%81.96%-
HSV(B)237.33º35.43%99.61%-
XYZ47.243.0599.59-
YUV176.61171.67119.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.99%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=27.99%
G=28.67%
B=43.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641682540.350.3400.00237.3397.8381.96
HexA4A8FE232200ed6252
Octal244250376434200355142122
Binary101001001010100011111110100011100010001110110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A8FE; }

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

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

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

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

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

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

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

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