#A1A7F6

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

Shades of Perano #A1A7F6

Tints of Perano #A1A7F6

Color information

#A1A7F6 (or 0xA1A7F6) is unknown color: approx Perano. HEX triplet: A1, A7 and F6. RGB value is (161,167,246). Sum of RGB (Red+Green+Blue) = 161+167+246=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1A7F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A7F6 is #5E5809. Grayscale: #ADADAD. Windows color (decimal): -6182922 or 16164769. OLE color: 16164769.

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

Color convert

RGB161167246-
CMYK0.350.3200.04
HSL235.76º82.52%79.8%-
HSV(B)235.76º34.55%96.47%-
XYZ45.1541.8792.89-
YUV174.21168.51118.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.05%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 246 (96.48% from 255) = 42.86%
R=28.05%
G=29.09%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611672460.350.3200.04235.7682.5279.8
HexA1A7F6232004ec5350
Octal241247366434004354123120
Binary10100001101001111111011010001110000001001110110010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A7F6; }

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

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

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

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

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

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

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

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