#A962F1

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

Shades of Medium Purple #A962F1

Tints of Medium Purple #A962F1

Color information

#A962F1 (or 0xA962F1) is unknown color: approx Medium Purple. HEX triplet: A9, 62 and F1. RGB value is (169,98,241). Sum of RGB (Red+Green+Blue) = 169+98+241=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #A962F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A962F1 is #569D0E. Grayscale: #878787. Windows color (decimal): -5676303 or 15819433. OLE color: 15819433.

HSL color Cylindrical-coordinate representation of color #A962F1: hue angle of 269.79º 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 #A962F1 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16998241-
CMYK0.300.5900.05
HSL269.79º83.63%66.47%-
HSV(B)269.79º59.34%94.51%-
XYZ36.6123.5285.83-
YUV135.53187.52151.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 241 (94.53% from 255) = 47.44%
R=33.27%
G=19.29%
B=47.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169982410.300.5900.05269.7983.6366.47
HexA962F11E3B0510e5442
Octal251142361367305416124102
Binary1010100111000101111000111110111011010110000111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A962F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A962F1; }

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

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

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

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

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

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

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

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