#A4B2EF

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

Shades of Perano #A4B2EF

Tints of Perano #A4B2EF

Color information

#A4B2EF (or 0xA4B2EF) is unknown color: approx Perano. HEX triplet: A4, B2 and EF. RGB value is (164,178,239). Sum of RGB (Red+Green+Blue) = 164+178+239=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4B2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B2EF is #5B4D10. Grayscale: #B4B4B4. Windows color (decimal): -5983505 or 15708836. OLE color: 15708836.

HSL color Cylindrical-coordinate representation of color #A4B2EF: hue angle of 228.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B2EF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164178239-
CMYK0.310.2600.06
HSL228.8º70.09%79.02%-
HSV(B)228.8º31.38%93.73%-
XYZ46.8145.9788.07-
YUV180.77160.86116.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.23%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=28.23%
G=30.64%
B=41.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641782390.310.2600.06228.870.0979.02
HexA4B2EF1F1A06e5464f
Octal244262357373206345106117
Binary101001001011001011101111111111101001101110010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B2EF; }

 p { color: rgb(164,178,239); }

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

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

 a { background-color: rgb(164,178,239); }

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

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

 span { border-color: rgb(164,178,239); }

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