#A3AAE7

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

Shades of Perano #A3AAE7

Tints of Perano #A3AAE7

Color information

#A3AAE7 (or 0xA3AAE7) is unknown color: approx Perano. HEX triplet: A3, AA and E7. RGB value is (163,170,231). Sum of RGB (Red+Green+Blue) = 163+170+231=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3AAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AAE7 is #5C5518. Grayscale: #AEAEAE. Windows color (decimal): -6051097 or 15182499. OLE color: 15182499.

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

Color convert

RGB163170231-
CMYK0.290.2600.09
HSL233.82º58.62%77.25%-
HSV(B)233.82º29.44%90.59%-
XYZ43.942.3181.45-
YUV174.86159.68119.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.90%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=28.90%
G=30.14%
B=40.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631702310.290.2600.09233.8258.6277.25
HexA3AAE71D1A09ea3b4d
Octal243252347353201135273115
Binary101000111010101011100111111011101001001111010101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAE7; }

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

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

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

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

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

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

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

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