#A8AAEA

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

Shades of Perano #A8AAEA

Tints of Perano #A8AAEA

Color information

#A8AAEA (or 0xA8AAEA) is unknown color: approx Perano. HEX triplet: A8, AA and EA. RGB value is (168,170,234). Sum of RGB (Red+Green+Blue) = 168+170+234=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAEA is #575515. Grayscale: #B0B0B0. Windows color (decimal): -5723414 or 15379112. OLE color: 15379112.

HSL color Cylindrical-coordinate representation of color #A8AAEA: hue angle of 238.18º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8AAEA is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168170234-
CMYK0.280.2700.08
HSL238.18º61.11%78.82%-
HSV(B)238.18º28.21%91.76%-
XYZ45.3743.0183.75-
YUV176.7160.34121.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=29.37%
G=29.72%
B=40.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681702340.280.2700.08238.1861.1178.82
HexA8AAEA1C1B08ee3d4f
Octal250252352343301035675117
Binary101010001010101011101010111001101101000111011101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAEA; }

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

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

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

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

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

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

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

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