#A3A5EA

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

Shades of Perano #A3A5EA

Tints of Perano #A3A5EA

Color information

#A3A5EA (or 0xA3A5EA) is unknown color: approx Perano. HEX triplet: A3, A5 and EA. RGB value is (163,165,234). Sum of RGB (Red+Green+Blue) = 163+165+234=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3A5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A5EA is #5C5A15. Grayscale: #ABABAB. Windows color (decimal): -6052374 or 15377827. OLE color: 15377827.

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

Color convert

RGB163165234-
CMYK0.300.2900.08
HSL238.31º62.83%77.84%-
HSV(B)238.31º30.34%91.76%-
XYZ43.4140.6483.4-
YUV172.27162.84121.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 165 (64.84% from 255) = 29.36%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=29.00%
G=29.36%
B=41.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631652340.300.2900.08238.3162.8377.84
HexA3A5EA1E1D08ee3f4e
Octal243245352363501035677116
Binary101000111010010111101010111101110101000111011101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A5EA; }

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

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

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

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

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

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

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

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