#A9A6FF

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

Shades of Perano #A9A6FF

Tints of Perano #A9A6FF

Color information

#A9A6FF (or 0xA9A6FF) is unknown color: approx Perano. HEX triplet: A9, A6 and FF. RGB value is (169,166,255). Sum of RGB (Red+Green+Blue) = 169+166+255=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9A6FF is #565900. Grayscale: #B0B0B0. Windows color (decimal): -5658881 or 16754345. OLE color: 16754345.

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

Color convert

RGB169166255-
CMYK0.340.3500
HSL242.02º100%82.55%-
HSV(B)242.02º34.9%100%-
XYZ48.0542.93100.36-
YUV177.04171.99122.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.64%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 255 (100% from 255) = 43.22%
R=28.64%
G=28.14%
B=43.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691662550.340.3500242.0210082.55
HexA9A6FF222300f26453
Octal251246377424300362144123
Binary101010011010011011111111100010100011001111001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A6FF; }

 p { color: rgb(169,166,255); }

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

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

 a { background-color: rgb(169,166,255); }

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

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

 span { border-color: rgb(169,166,255); }

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