#A6AEFD

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

Shades of Perano #A6AEFD

Tints of Perano #A6AEFD

Color information

#A6AEFD (or 0xA6AEFD) is unknown color: approx Perano. HEX triplet: A6, AE and FD. RGB value is (166,174,253). Sum of RGB (Red+Green+Blue) = 166+174+253=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEFD is #595102. Grayscale: #B4B4B4. Windows color (decimal): -5853443 or 16625318. OLE color: 16625318.

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

Color convert

RGB166174253-
CMYK0.340.3100.01
HSL234.48º95.6%82.16%-
HSV(B)234.48º34.39%99.22%-
XYZ48.5945.4799.14-
YUV180.61168.85117.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.99%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=27.99%
G=29.34%
B=42.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661742530.340.3100.01234.4895.682.16
HexA6AEFD221F01ea6052
Octal246256375423701352140122
Binary10100110101011101111110110001011111011110101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEFD; }

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

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

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

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

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

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

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

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