#A5A6FF

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

Shades of Perano #A5A6FF

Tints of Perano #A5A6FF

Color information

#A5A6FF (or 0xA5A6FF) is unknown color: approx Perano. HEX triplet: A5, A6 and FF. RGB value is (165,166,255). Sum of RGB (Red+Green+Blue) = 165+166+255=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A6FF is #5A5900. Grayscale: #AFAFAF. Windows color (decimal): -5921025 or 16754341. OLE color: 16754341.

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

Color convert

RGB165166255-
CMYK0.350.3500
HSL239.33º100%82.35%-
HSV(B)239.33º35.29%100%-
XYZ47.242.49100.32-
YUV175.85172.67120.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.16%
GREEN value IS 166 (65.23% from 255) = 28.33%
BLUE value IS 255 (100% from 255) = 43.52%
R=28.16%
G=28.33%
B=43.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651662550.350.3500239.3310082.35
HexA5A6FF232300ef6452
Octal245246377434300357144122
Binary101001011010011011111111100011100011001110111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A6FF; }

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

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

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

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

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

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

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

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