#A462F1

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

Shades of Medium Purple #A462F1

Tints of Medium Purple #A462F1

Color information

#A462F1 (or 0xA462F1) is unknown color: approx Medium Purple. HEX triplet: A4, 62 and F1. RGB value is (164,98,241). Sum of RGB (Red+Green+Blue) = 164+98+241=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #A462F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A462F1 is #5B9D0E. Grayscale: #858585. Windows color (decimal): -6003983 or 15819428. OLE color: 15819428.

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

Color convert

RGB16498241-
CMYK0.320.5900.05
HSL267.69º83.63%66.47%-
HSV(B)267.69º59.34%94.51%-
XYZ35.5522.9885.78-
YUV134.04188.37149.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 241 (94.53% from 255) = 47.91%
R=32.60%
G=19.48%
B=47.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164982410.320.5900.05267.6983.6366.47
HexA462F1203B0510c5442
Octal244142361407305414124102
Binary10100100110001011110001100000111011010110000110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A462F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A462F1; }

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

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

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

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

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

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

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

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