#A6A2F0

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

Shades of Perano #A6A2F0

Tints of Perano #A6A2F0

Color information

#A6A2F0 (or 0xA6A2F0) is unknown color: approx Perano. HEX triplet: A6, A2 and F0. RGB value is (166,162,240). Sum of RGB (Red+Green+Blue) = 166+162+240=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6A2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A2F0 is #595D0F. Grayscale: #ABABAB. Windows color (decimal): -5856528 or 15770278. OLE color: 15770278.

HSL color Cylindrical-coordinate representation of color #A6A2F0: hue angle of 243.08º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6A2F0 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166162240-
CMYK0.310.3200.06
HSL243.08º72.22%78.82%-
HSV(B)243.08º32.5%94.12%-
XYZ44.3740.2487.87-
YUV172.09166.33123.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.23%
GREEN value IS 162 (63.67% from 255) = 28.52%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=29.23%
G=28.52%
B=42.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661622400.310.3200.06243.0872.2278.82
HexA6A2F01F2006f3484f
Octal246242360374006363110117
Binary1010011010100010111100001111110000001101111001110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A2F0; }

 p { color: rgb(166,162,240); }

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

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

 a { background-color: rgb(166,162,240); }

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

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

 span { border-color: rgb(166,162,240); }

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