#A3A9EB

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

Shades of Perano #A3A9EB

Tints of Perano #A3A9EB

Color information

#A3A9EB (or 0xA3A9EB) is unknown color: approx Perano. HEX triplet: A3, A9 and EB. RGB value is (163,169,235). Sum of RGB (Red+Green+Blue) = 163+169+235=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3A9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A9EB is #5C5614. Grayscale: #AEAEAE. Windows color (decimal): -6051349 or 15444387. OLE color: 15444387.

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

Color convert

RGB163169235-
CMYK0.310.2800.08
HSL235º64.29%78.04%-
HSV(B)235º30.64%92.16%-
XYZ44.2942.1684.4-
YUV174.73162.01119.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.75%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=28.75%
G=29.81%
B=41.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631692350.310.2800.0823564.2978.04
HexA3A9EB1F1C08eb404e
Octal2432513533734010353100116
Binary1010001110101001111010111111111100010001110101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A9EB; }

 p { color: rgb(163,169,235); }

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

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

 a { background-color: rgb(163,169,235); }

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

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

 span { border-color: rgb(163,169,235); }

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