#A8AAE3

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

Shades of Perano #A8AAE3

Tints of Perano #A8AAE3

Color information

#A8AAE3 (or 0xA8AAE3) is unknown color: approx Perano. HEX triplet: A8, AA and E3. RGB value is (168,170,227). Sum of RGB (Red+Green+Blue) = 168+170+227=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #A8AAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AAE3 is #57551C. Grayscale: #AFAFAF. Windows color (decimal): -5723421 or 14920360. OLE color: 14920360.

HSL color Cylindrical-coordinate representation of color #A8AAE3: hue angle of 237.97º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8AAE3 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168170227-
CMYK0.260.2500.11
HSL237.97º51.3%77.45%-
HSV(B)237.97º25.99%89.02%-
XYZ44.3942.6278.56-
YUV175.9156.84122.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.73%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=29.73%
G=30.09%
B=40.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681702270.260.2500.11237.9751.377.45
HexA8AAE31A190Bee334d
Octal250252343323101335663115
Binary101010001010101011100011110101100101011111011101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAE3; }

 p { color: rgb(168,170,227); }

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

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

 a { background-color: rgb(168,170,227); }

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

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

 span { border-color: rgb(168,170,227); }

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