#A1A5F6

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

Shades of Perano #A1A5F6

Tints of Perano #A1A5F6

Color information

#A1A5F6 (or 0xA1A5F6) is unknown color: approx Perano. HEX triplet: A1, A5 and F6. RGB value is (161,165,246). Sum of RGB (Red+Green+Blue) = 161+165+246=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1A5F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A5F6 is #5E5A09. Grayscale: #ACACAC. Windows color (decimal): -6183434 or 16164257. OLE color: 16164257.

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

Color convert

RGB161165246-
CMYK0.350.3300.04
HSL237.18º82.52%79.8%-
HSV(B)237.18º34.55%96.47%-
XYZ44.7941.1492.77-
YUV173.04169.17119.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 165 (64.84% from 255) = 28.85%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=28.15%
G=28.85%
B=43.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611652460.350.3300.04237.1882.5279.8
HexA1A5F6232104ed5350
Octal241245366434104355123120
Binary10100001101001011111011010001110000101001110110110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A5F6; }

 p { color: rgb(161,165,246); }

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

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

 a { background-color: rgb(161,165,246); }

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

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

 span { border-color: rgb(161,165,246); }

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