#A755F7

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

Shades of Medium Purple #A755F7

Tints of Medium Purple #A755F7

Color information

#A755F7 (or 0xA755F7) is unknown color: approx Medium Purple. HEX triplet: A7, 55 and F7. RGB value is (167,85,247). Sum of RGB (Red+Green+Blue) = 167+85+247=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #A755F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755F7 is #58AA08. Grayscale: #7F7F7F. Windows color (decimal): -5810697 or 16209319. OLE color: 16209319.

HSL color Cylindrical-coordinate representation of color #A755F7: hue angle of 270.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A755F7 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16785247-
CMYK0.320.6600.03
HSL270.37º91.01%65.1%-
HSV(B)270.37º65.59%96.86%-
XYZ35.9721.4390.24-
YUV127.99195.17155.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 85 (33.59% from 255) = 17.03%
BLUE value IS 247 (96.88% from 255) = 49.50%
R=33.47%
G=17.03%
B=49.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal167852470.320.6600.03270.3791.0165.1
HexA755F720420310e5b41
Octal2471253674010203416133101
Binary10100111101010111110111100000100001001110000111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A755F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A755F7; }

 p { color: rgb(167,85,247); }

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

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

 a { background-color: rgb(167,85,247); }

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

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

 span { border-color: rgb(167,85,247); }

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