#A6AEEA

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

Shades of Perano #A6AEEA

Tints of Perano #A6AEEA

Color information

#A6AEEA (or 0xA6AEEA) is unknown color: approx Perano. HEX triplet: A6, AE and EA. RGB value is (166,174,234). Sum of RGB (Red+Green+Blue) = 166+174+234=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEEA is #595115. Grayscale: #B2B2B2. Windows color (decimal): -5853462 or 15380134. OLE color: 15380134.

HSL color Cylindrical-coordinate representation of color #A6AEEA: hue angle of 232.94º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6AEEA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166174234-
CMYK0.290.2600.08
HSL232.94º61.82%78.43%-
HSV(B)232.94º29.06%91.76%-
XYZ45.7144.3283.99-
YUV178.45159.35119.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=28.92%
G=30.31%
B=40.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661742340.290.2600.08232.9461.8278.43
HexA6AEEA1D1A08e93e4e
Octal246256352353201035176116
Binary101001101010111011101010111011101001000111010011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEEA; }

 p { color: rgb(166,174,234); }

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

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

 a { background-color: rgb(166,174,234); }

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

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

 span { border-color: rgb(166,174,234); }

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