#A6A6FF

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

Shades of Perano #A6A6FF

Tints of Perano #A6A6FF

Color information

#A6A6FF (or 0xA6A6FF) is unknown color: approx Perano. HEX triplet: A6, A6 and FF. RGB value is (166,166,255). Sum of RGB (Red+Green+Blue) = 166+166+255=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A6FF is #595900. Grayscale: #AFAFAF. Windows color (decimal): -5855489 or 16754342. OLE color: 16754342.

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

Color convert

RGB166166255-
CMYK0.350.3500
HSL240º100%82.55%-
HSV(B)240º34.9%100%-
XYZ47.4142.6100.33-
YUV176.15172.5120.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.28%
GREEN value IS 166 (65.23% from 255) = 28.28%
BLUE value IS 255 (100% from 255) = 43.44%
R=28.28%
G=28.28%
B=43.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661662550.350.350024010082.55
HexA6A6FF232300f06453
Octal246246377434300360144123
Binary101001101010011011111111100011100011001111000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A6FF; }

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

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

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

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

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

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

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

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