#A767FD

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

Shades of Medium Purple #A767FD

Tints of Medium Purple #A767FD

Color information

#A767FD (or 0xA767FD) is unknown color: approx Medium Purple. HEX triplet: A7, 67 and FD. RGB value is (167,103,253). Sum of RGB (Red+Green+Blue) = 167+103+253=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #A767FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A767FD is #589802. Grayscale: #8A8A8A. Windows color (decimal): -5806083 or 16607143. OLE color: 16607143.

HSL color Cylindrical-coordinate representation of color #A767FD: hue angle of 265.6º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A767FD is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167103253-
CMYK0.340.5900.01
HSL265.6º97.4%69.8%-
HSV(B)265.6º59.29%99.22%-
XYZ38.5225.0195.73-
YUV139.24192.2147.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 103 (40.62% from 255) = 19.69%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=31.93%
G=19.69%
B=48.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671032530.340.5900.01265.697.469.8
HexA767FD223B0110a6146
Octal247147375427301412141106
Binary101001111100111111111011000101110110110000101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767FD; }

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

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

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

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

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

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

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

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