#A962FC

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

Shades of Medium Purple #A962FC

Tints of Medium Purple #A962FC

Color information

#A962FC (or 0xA962FC) is unknown color: approx Medium Purple. HEX triplet: A9, 62 and FC. RGB value is (169,98,252). Sum of RGB (Red+Green+Blue) = 169+98+252=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #A962FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A962FC is #569D03. Grayscale: #888888. Windows color (decimal): -5676292 or 16540329. OLE color: 16540329.

HSL color Cylindrical-coordinate representation of color #A962FC: hue angle of 267.66º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A962FC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16998252-
CMYK0.330.6100.01
HSL267.66º96.25%68.63%-
HSV(B)267.66º61.11%98.82%-
XYZ38.324.294.75-
YUV136.78193.02150.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 98 (38.67% from 255) = 18.88%
BLUE value IS 252 (98.83% from 255) = 48.55%
R=32.56%
G=18.88%
B=48.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169982520.330.6100.01267.6696.2568.63
HexA962FC213D0110c6045
Octal251142374417501414140105
Binary101010011100010111111001000011111010110000110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A962FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A962FC; }

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

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

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

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

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

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

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

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