#A8A6FF

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

Shades of Perano #A8A6FF

Tints of Perano #A8A6FF

Color information

#A8A6FF (or 0xA8A6FF) is unknown color: approx Perano. HEX triplet: A8, A6 and FF. RGB value is (168,166,255). Sum of RGB (Red+Green+Blue) = 168+166+255=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A6FF is #575900. Grayscale: #B0B0B0. Windows color (decimal): -5724417 or 16754344. OLE color: 16754344.

HSL color Cylindrical-coordinate representation of color #A8A6FF: hue angle of 241.35º 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 #A8A6FF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168166255-
CMYK0.340.3500
HSL241.35º100%82.55%-
HSV(B)241.35º34.9%100%-
XYZ47.8342.82100.35-
YUV176.74172.16121.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.52%
GREEN value IS 166 (65.23% from 255) = 28.18%
BLUE value IS 255 (100% from 255) = 43.29%
R=28.52%
G=28.18%
B=43.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681662550.340.3500241.3510082.55
HexA8A6FF222300f16453
Octal250246377424300361144123
Binary101010001010011011111111100010100011001111000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A6FF; }

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

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

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

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

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

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

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

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