#A3ABEA

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

Shades of Perano #A3ABEA

Tints of Perano #A3ABEA

Color information

#A3ABEA (or 0xA3ABEA) is unknown color: approx Perano. HEX triplet: A3, AB and EA. RGB value is (163,171,234). Sum of RGB (Red+Green+Blue) = 163+171+234=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3ABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ABEA is #5C5415. Grayscale: #AFAFAF. Windows color (decimal): -6050838 or 15379363. OLE color: 15379363.

HSL color Cylindrical-coordinate representation of color #A3ABEA: hue angle of 233.24º degrees, saturation: 0.63, 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 #A3ABEA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163171234-
CMYK0.300.2700.08
HSL233.24º62.83%77.84%-
HSV(B)233.24º30.34%91.76%-
XYZ44.5242.8583.77-
YUV175.79160.85118.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=28.70%
G=30.11%
B=41.20%

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
Decimal1631712340.300.2700.08233.2462.8377.84
HexA3ABEA1E1B08e93f4e
Octal243253352363301035177116
Binary101000111010101111101010111101101101000111010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABEA; }

 p { color: rgb(163,171,234); }

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

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

 a { background-color: rgb(163,171,234); }

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

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

 span { border-color: rgb(163,171,234); }

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