#A6AEFB

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

Shades of Perano #A6AEFB

Tints of Perano #A6AEFB

Color information

#A6AEFB (or 0xA6AEFB) is unknown color: approx Perano. HEX triplet: A6, AE and FB. RGB value is (166,174,251). Sum of RGB (Red+Green+Blue) = 166+174+251=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6AEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEFB is #595104. Grayscale: #B4B4B4. Windows color (decimal): -5853445 or 16494246. OLE color: 16494246.

HSL color Cylindrical-coordinate representation of color #A6AEFB: hue angle of 234.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6AEFB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166174251-
CMYK0.340.3100.02
HSL234.35º91.4%81.76%-
HSV(B)234.35º33.86%98.43%-
XYZ48.2745.3497.47-
YUV180.39167.85117.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=28.09%
G=29.44%
B=42.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661742510.340.3100.02234.3591.481.76
HexA6AEFB221F02ea5b52
Octal246256373423702352133122
Binary101001101010111011111011100010111110101110101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEFB; }

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

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

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

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

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

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

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

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