#A6AEEB

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

Shades of Perano #A6AEEB

Tints of Perano #A6AEEB

Color information

#A6AEEB (or 0xA6AEEB) is unknown color: approx Perano. HEX triplet: A6, AE and EB. RGB value is (166,174,235). Sum of RGB (Red+Green+Blue) = 166+174+235=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEEB is #595114. Grayscale: #B2B2B2. Windows color (decimal): -5853461 or 15445670. OLE color: 15445670.

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

Color convert

RGB166174235-
CMYK0.290.2600.08
HSL233.04º63.3%78.63%-
HSV(B)233.04º29.36%92.16%-
XYZ45.8644.3884.75-
YUV178.56159.85119.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.87%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=28.87%
G=30.26%
B=40.87%

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
Decimal1661742350.290.2600.08233.0463.378.63
HexA6AEEB1D1A08e93f4f
Octal246256353353201035177117
Binary101001101010111011101011111011101001000111010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEEB; }

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

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

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

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

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

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

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

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