#A6A0FB

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

Shades of Perano #A6A0FB

Tints of Perano #A6A0FB

Color information

#A6A0FB (or 0xA6A0FB) is unknown color: approx Perano. HEX triplet: A6, A0 and FB. RGB value is (166,160,251). Sum of RGB (Red+Green+Blue) = 166+160+251=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6A0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A0FB is #595F04. Grayscale: #ABABAB. Windows color (decimal): -5857029 or 16490662. OLE color: 16490662.

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

Color convert

RGB166160251-
CMYK0.340.3600.02
HSL243.96º91.92%80.59%-
HSV(B)243.96º36.25%98.43%-
XYZ45.7140.2196.62-
YUV172.17172.49123.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 160 (62.89% from 255) = 27.73%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=28.77%
G=27.73%
B=43.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661602510.340.3600.02243.9691.9280.59
HexA6A0FB222402f45c51
Octal246240373424402364134121
Binary1010011010100000111110111000101001000101111010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0FB; }

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

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

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

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

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

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

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

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