#A4ABEB

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

Shades of Perano #A4ABEB

Tints of Perano #A4ABEB

Color information

#A4ABEB (or 0xA4ABEB) is unknown color: approx Perano. HEX triplet: A4, AB and EB. RGB value is (164,171,235). Sum of RGB (Red+Green+Blue) = 164+171+235=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ABEB is #5B5414. Grayscale: #AFAFAF. Windows color (decimal): -5985301 or 15444900. OLE color: 15444900.

HSL color Cylindrical-coordinate representation of color #A4ABEB: hue angle of 234.08º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4ABEB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164171235-
CMYK0.300.2700.08
HSL234.08º63.96%78.24%-
HSV(B)234.08º30.21%92.16%-
XYZ44.8743.0284.54-
YUV176.2161.18119.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=28.77%
G=30%
B=41.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641712350.300.2700.08234.0863.9678.24
HexA4ABEB1E1B08ea404e
Octal2442533533633010352100116
Binary1010010010101011111010111111011011010001110101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABEB; }

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

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

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

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

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

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

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

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