#AF75FA

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

Shades of Medium Purple #AF75FA

Tints of Medium Purple #AF75FA

Color information

#AF75FA (or 0xAF75FA) is unknown color: approx Medium Purple. HEX triplet: AF, 75 and FA. RGB value is (175,117,250). Sum of RGB (Red+Green+Blue) = 175+117+250=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF75FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF75FA is #508A05. Grayscale: #959595. Windows color (decimal): -5278214 or 16414127. OLE color: 16414127.

HSL color Cylindrical-coordinate representation of color #AF75FA: hue angle of 266.17º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF75FA is Cyan = 0.3, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175117250-
CMYK0.30.5300.02
HSL266.17º93.01%71.96%-
HSV(B)266.17º53.2%98.04%-
XYZ41.328.7493.81-
YUV149.5184.72146.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 117 (46.09% from 255) = 21.59%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=32.29%
G=21.59%
B=46.13%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751172500.30.5300.02266.1793.0171.96
HexAF75FA1E350210a5d48
Octal257165372366502412135110
Binary101011111110101111110101111011010101010000101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75FA; }

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

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

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

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

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

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

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

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