#A461F1

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

Shades of Medium Purple #A461F1

Tints of Medium Purple #A461F1

Color information

#A461F1 (or 0xA461F1) is unknown color: approx Medium Purple. HEX triplet: A4, 61 and F1. RGB value is (164,97,241). Sum of RGB (Red+Green+Blue) = 164+97+241=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #A461F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461F1 is #5B9E0E. Grayscale: #848484. Windows color (decimal): -6004239 or 15819172. OLE color: 15819172.

HSL color Cylindrical-coordinate representation of color #A461F1: hue angle of 267.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A461F1 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16497241-
CMYK0.320.6000.05
HSL267.92º83.72%66.27%-
HSV(B)267.92º59.75%94.51%-
XYZ35.4622.7985.75-
YUV133.45188.7149.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 97 (38.28% from 255) = 19.32%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=32.67%
G=19.32%
B=48.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164972410.320.6000.05267.9283.7266.27
HexA461F1203C0510c5442
Octal244141361407405414124102
Binary10100100110000111110001100000111100010110000110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A461F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A461F1; }

 p { color: rgb(164,97,241); }

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

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

 a { background-color: rgb(164,97,241); }

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

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

 span { border-color: rgb(164,97,241); }

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