#A3A8E0

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

Shades of Perano #A3A8E0

Tints of Perano #A3A8E0

Color information

#A3A8E0 (or 0xA3A8E0) is unknown color: approx Perano. HEX triplet: A3, A8 and E0. RGB value is (163,168,224). Sum of RGB (Red+Green+Blue) = 163+168+224=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #A3A8E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A8E0 is #5C571F. Grayscale: #ACACAC. Windows color (decimal): -6051616 or 14723235. OLE color: 14723235.

HSL color Cylindrical-coordinate representation of color #A3A8E0: hue angle of 235.08º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3A8E0 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163168224-
CMYK0.270.2500.12
HSL235.08º49.59%75.88%-
HSV(B)235.08º27.23%87.84%-
XYZ42.5641.1776.23-
YUV172.89156.84120.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.37%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 224 (87.89% from 255) = 40.36%
R=29.37%
G=30.27%
B=40.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631682240.270.2500.12235.0849.5975.88
HexA3A8E01B190Ceb324c
Octal243250340333101435362114
Binary101000111010100011100000110111100101100111010111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A8E0; }

 p { color: rgb(163,168,224); }

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

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

 a { background-color: rgb(163,168,224); }

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

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

 span { border-color: rgb(163,168,224); }

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