#A762FD

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

Shades of Medium Purple #A762FD

Tints of Medium Purple #A762FD

Color information

#A762FD (or 0xA762FD) is unknown color: approx Medium Purple. HEX triplet: A7, 62 and FD. RGB value is (167,98,253). Sum of RGB (Red+Green+Blue) = 167+98+253=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #A762FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A762FD is #589D02. Grayscale: #878787. Windows color (decimal): -5807363 or 16605863. OLE color: 16605863.

HSL color Cylindrical-coordinate representation of color #A762FD: hue angle of 266.71º degrees, saturation: 0.97, 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 #A762FD is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16798253-
CMYK0.340.6100.01
HSL266.71º97.48%68.82%-
HSV(B)266.71º61.26%99.22%-
XYZ38.0324.0495.56-
YUV136.3193.86149.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 98 (38.67% from 255) = 18.92%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=32.24%
G=18.92%
B=48.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal167982530.340.6100.01266.7197.4868.82
HexA762FD223D0110b6145
Octal247142375427501413141105
Binary101001111100010111111011000101111010110000101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762FD; }

 p { color: rgb(167,98,253); }

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

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

 a { background-color: rgb(167,98,253); }

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

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

 span { border-color: rgb(167,98,253); }

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