#A1A4EB

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

Shades of Perano #A1A4EB

Tints of Perano #A1A4EB

Color information

#A1A4EB (or 0xA1A4EB) is unknown color: approx Perano. HEX triplet: A1, A4 and EB. RGB value is (161,164,235). Sum of RGB (Red+Green+Blue) = 161+164+235=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A4EB is #5E5B14. Grayscale: #AAAAAA. Windows color (decimal): -6183701 or 15443105. OLE color: 15443105.

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

Color convert

RGB161164235-
CMYK0.310.3000.08
HSL237.57º64.91%77.65%-
HSV(B)237.57º31.49%92.16%-
XYZ42.9740.1384.08-
YUV171.2164.01120.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 164 (64.45% from 255) = 29.29%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=28.75%
G=29.29%
B=41.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611642350.310.3000.08237.5764.9177.65
HexA1A4EB1F1E08ee414e
Octal2412443533736010356101116
Binary1010000110100100111010111111111110010001110111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4EB; }

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

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

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

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

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

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

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

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