#A4ABEF

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

Shades of Perano #A4ABEF

Tints of Perano #A4ABEF

Color information

#A4ABEF (or 0xA4ABEF) is unknown color: approx Perano. HEX triplet: A4, AB and EF. RGB value is (164,171,239). Sum of RGB (Red+Green+Blue) = 164+171+239=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ABEF is #5B5410. Grayscale: #B0B0B0. Windows color (decimal): -5985297 or 15707044. OLE color: 15707044.

HSL color Cylindrical-coordinate representation of color #A4ABEF: hue angle of 234.4º 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 #A4ABEF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164171239-
CMYK0.310.2800.06
HSL234.4º70.09%79.02%-
HSV(B)234.4º31.38%93.73%-
XYZ45.4543.2587.61-
YUV176.66163.18118.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=28.57%
G=29.79%
B=41.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641712390.310.2800.06234.470.0979.02
HexA4ABEF1F1C06ea464f
Octal244253357373406352106117
Binary101001001010101111101111111111110001101110101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABEF; }

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

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

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

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

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

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

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

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