#A76AFD

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

Shades of Medium Purple #A76AFD

Tints of Medium Purple #A76AFD

Color information

#A76AFD (or 0xA76AFD) is unknown color: approx Medium Purple. HEX triplet: A7, 6A and FD. RGB value is (167,106,253). Sum of RGB (Red+Green+Blue) = 167+106+253=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A76AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A76AFD is #589502. Grayscale: #8C8C8C. Windows color (decimal): -5805315 or 16607911. OLE color: 16607911.

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

Color convert

RGB167106253-
CMYK0.340.5800.01
HSL264.9º97.35%70.39%-
HSV(B)264.9º58.1%99.22%-
XYZ38.8225.6295.83-
YUV141191.21146.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 106 (41.80% from 255) = 20.15%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=31.75%
G=20.15%
B=48.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671062530.340.5800.01264.997.3570.39
HexA76AFD223A011096146
Octal247152375427201411141106
Binary101001111101010111111011000101110100110000100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76AFD; }

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

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

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

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

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

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

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

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