#A767FA

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

Shades of Medium Purple #A767FA

Tints of Medium Purple #A767FA

Color information

#A767FA (or 0xA767FA) is unknown color: approx Medium Purple. HEX triplet: A7, 67 and FA. RGB value is (167,103,250). Sum of RGB (Red+Green+Blue) = 167+103+250=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #A767FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A767FA is #589805. Grayscale: #8A8A8A. Windows color (decimal): -5806086 or 16410535. OLE color: 16410535.

HSL color Cylindrical-coordinate representation of color #A767FA: hue angle of 266.12º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A767FA is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167103250-
CMYK0.330.5900.02
HSL266.12º93.63%69.22%-
HSV(B)266.12º58.8%98.04%-
XYZ38.0424.8293.23-
YUV138.89190.7148.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 103 (40.62% from 255) = 19.81%
BLUE value IS 250 (98.05% from 255) = 48.08%
R=32.12%
G=19.81%
B=48.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671032500.330.5900.02266.1293.6369.22
HexA767FA213B0210a5e45
Octal247147372417302412136105
Binary1010011111001111111101010000111101101010000101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767FA; }

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

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

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

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

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

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

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

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