#AF75E5

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

Shades of Medium Purple #AF75E5

Tints of Medium Purple #AF75E5

Color information

#AF75E5 (or 0xAF75E5) is unknown color: approx Medium Purple. HEX triplet: AF, 75 and E5. RGB value is (175,117,229). Sum of RGB (Red+Green+Blue) = 175+117+229=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF75E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75E5 is #508A1A. Grayscale: #929292. Windows color (decimal): -5278235 or 15037871. OLE color: 15037871.

HSL color Cylindrical-coordinate representation of color #AF75E5: hue angle of 271.07º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF75E5 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175117229-
CMYK0.240.4900.10
HSL271.07º68.29%67.84%-
HSV(B)271.07º48.91%89.8%-
XYZ38.1827.4977.42-
YUV147.11174.22147.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=33.59%
G=22.46%
B=43.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751172290.240.4900.10271.0768.2967.84
HexAF75E518310A10f4444
Octal2571653453061012417104104
Binary10101111111010111100101110001100010101010000111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75E5; }

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

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

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

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

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

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

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

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