#A6AEFE

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

Shades of Perano #A6AEFE

Tints of Perano #A6AEFE

Color information

#A6AEFE (or 0xA6AEFE) is unknown color: approx Perano. HEX triplet: A6, AE and FE. RGB value is (166,174,254). Sum of RGB (Red+Green+Blue) = 166+174+254=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEFE is #595101. Grayscale: #B4B4B4. Windows color (decimal): -5853442 or 16690854. OLE color: 16690854.

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

Color convert

RGB166174254-
CMYK0.350.3100.00
HSL234.55º97.78%82.35%-
HSV(B)234.55º34.65%99.61%-
XYZ48.7545.5399.99-
YUV180.73169.35117.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=27.95%
G=29.29%
B=42.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661742540.350.3100.00234.5597.7882.35
HexA6AEFE231F00eb6252
Octal246256376433700353142122
Binary10100110101011101111111010001111111001110101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEFE; }

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

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

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

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

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

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

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

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