#A4A7FE

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

Shades of Perano #A4A7FE

Tints of Perano #A4A7FE

Color information

#A4A7FE (or 0xA4A7FE) is unknown color: approx Perano. HEX triplet: A4, A7 and FE. RGB value is (164,167,254). Sum of RGB (Red+Green+Blue) = 164+167+254=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4A7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A7FE is #5B5801. Grayscale: #AFAFAF. Windows color (decimal): -5986306 or 16689060. OLE color: 16689060.

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

Color convert

RGB164167254-
CMYK0.350.3400.00
HSL238º97.83%81.96%-
HSV(B)238º35.43%99.61%-
XYZ47.0242.6999.53-
YUV176.02172.01119.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.03%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=28.03%
G=28.55%
B=43.42%

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
Decimal1641672540.350.3400.0023897.8381.96
HexA4A7FE232200ee6252
Octal244247376434200356142122
Binary101001001010011111111110100011100010001110111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A7FE; }

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

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

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

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

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

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

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

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