#AF75ED

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

Shades of Medium Purple #AF75ED

Tints of Medium Purple #AF75ED

Color information

#AF75ED (or 0xAF75ED) is unknown color: approx Medium Purple. HEX triplet: AF, 75 and ED. RGB value is (175,117,237). Sum of RGB (Red+Green+Blue) = 175+117+237=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF75ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF75ED is #508A12. Grayscale: #939393. Windows color (decimal): -5278227 or 15562159. OLE color: 15562159.

HSL color Cylindrical-coordinate representation of color #AF75ED: hue angle of 269º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF75ED is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175117237-
CMYK0.260.5100.07
HSL269º76.92%69.41%-
HSV(B)269º50.63%92.94%-
XYZ39.3327.9583.44-
YUV148.02178.22147.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=33.08%
G=22.12%
B=44.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751172370.260.5100.0726976.9269.41
HexAF75ED1A330710d4d45
Octal257165355326307415115105
Binary1010111111101011110110111010110011011110000110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75ED; }

 p { color: rgb(175,117,237); }

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

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

 a { background-color: rgb(175,117,237); }

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

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

 span { border-color: rgb(175,117,237); }

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