#A170FA

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

Shades of Medium Purple #A170FA

Tints of Medium Purple #A170FA

Color information

#A170FA (or 0xA170FA) is unknown color: approx Medium Purple. HEX triplet: A1, 70 and FA. RGB value is (161,112,250). Sum of RGB (Red+Green+Blue) = 161+112+250=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #A170FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170FA is #5E8F05. Grayscale: #8D8D8D. Windows color (decimal): -6196998 or 16412833. OLE color: 16412833.

HSL color Cylindrical-coordinate representation of color #A170FA: hue angle of 261.3º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A170FA is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161112250-
CMYK0.360.5500.02
HSL261.3º93.24%70.98%-
HSV(B)261.3º55.2%98.04%-
XYZ37.7526.0793.48-
YUV142.38188.73141.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 112 (44.14% from 255) = 21.41%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=30.78%
G=21.41%
B=47.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611122500.360.5500.02261.393.2470.98
HexA170FA2437021055d47
Octal241160372446702405135107
Binary1010000111100001111101010010011011101010000010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A170FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A170FA; }

 p { color: rgb(161,112,250); }

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

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

 a { background-color: rgb(161,112,250); }

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

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

 span { border-color: rgb(161,112,250); }

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