#A165F9

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

Shades of Medium Purple #A165F9

Tints of Medium Purple #A165F9

Color information

#A165F9 (or 0xA165F9) is unknown color: approx Medium Purple. HEX triplet: A1, 65 and F9. RGB value is (161,101,249). Sum of RGB (Red+Green+Blue) = 161+101+249=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #A165F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165F9 is #5E9A06. Grayscale: #878787. Windows color (decimal): -6199815 or 16344481. OLE color: 16344481.

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

Color convert

RGB161101249-
CMYK0.350.5900.02
HSL264.32º92.5%68.63%-
HSV(B)264.32º59.44%97.65%-
XYZ36.4523.7292.28-
YUV135.81191.88145.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 101 (39.84% from 255) = 19.77%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=31.51%
G=19.77%
B=48.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611012490.350.5900.02264.3292.568.63
HexA165F9233B021085c45
Octal241145371437302410134105
Binary1010000111001011111100110001111101101010000100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165F9; }

 p { color: rgb(161,101,249); }

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

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

 a { background-color: rgb(161,101,249); }

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

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

 span { border-color: rgb(161,101,249); }

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