#af72eb

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

Shades of Medium Purple #AF72EB

Tints of Medium Purple #AF72EB

Color information

#AF72EB (or 0xAF72EB) is unknown color: approx Medium Purple. HEX triplet: AF, 72 and EB. RGB value is (175,114,235). Sum of RGB (Red+Green+Blue) = 175+114+235=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF72EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF72EB is #508D14. Grayscale: #919191. Windows color (decimal): -5278997 or 15430319. OLE color: 15430319.

HSL color Cylindrical-coordinate representation of color #AF72EB: hue angle of 270.25º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF72EB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175114235-
CMYK0.260.5100.08
HSL270.25º75.16%68.43%-
HSV(B)270.25º51.49%92.16%-
XYZ38.6927.1581.8-
YUV146.03178.21148.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=33.40%
G=21.76%
B=44.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751142350.260.5100.08270.2575.1668.43
HexAF72EB1A330810e4b44
Octal2571623533263010416113104
Binary10101111111001011101011110101100110100010000111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af72eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af72eb; }

 p { color: rgb(175,114,235); }

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

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

 a { background-color: rgb(175,114,235); }

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

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

 span { border-color: rgb(175,114,235); }

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