#a3a6e7

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

Shades of Perano #A3A6E7

Tints of Perano #A3A6E7

Color information

#A3A6E7 (or 0xA3A6E7) is unknown color: approx Perano. HEX triplet: A3, A6 and E7. RGB value is (163,166,231). Sum of RGB (Red+Green+Blue) = 163+166+231=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3A6E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3A6E7 is #5C5918. Grayscale: #ACACAC. Windows color (decimal): -6052121 or 15181475. OLE color: 15181475.

HSL color Cylindrical-coordinate representation of color #A3A6E7: hue angle of 237.35º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3A6E7 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163166231-
CMYK0.290.2800.09
HSL237.35º58.62%77.25%-
HSV(B)237.35º29.44%90.59%-
XYZ43.1640.8381.21-
YUV172.51161.01121.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=29.11%
G=29.64%
B=41.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631662310.290.2800.09237.3558.6277.25
HexA3A6E71D1C09ed3b4d
Octal243246347353401135573115
Binary101000111010011011100111111011110001001111011011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3a6e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3a6e7; }

 p { color: rgb(163,166,231); }

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

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

 a { background-color: rgb(163,166,231); }

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

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

 span { border-color: rgb(163,166,231); }

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