Html Css Color HEX #AF72EF Medium Purple

📋 copy color: '#AF72EF'

red 175 ◦ green 114 ◦ blue 239

#AF72EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AF72EF

Tints of Medium Purple #AF72EF

RGB

 RED value IS 175 (68.75% from 255) = 33.14%

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 33.14%
G = 21.59%
B = 45.27%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF72EF (or 0xAF72EF) is known color: Medium Purple. HEX triplet: AF, 72 and EF. RGB value is (175,114,239). Sum of RGB (Red+Green+Blue) = 175+114+239=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF72EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF72EF is #508D10. Grayscale: #929292. Windows color (decimal): -5278993 or 15692463. OLE color: 15692463.

HSL color Cylindrical-coordinate representation of color #AF72EF: hue angle of 269.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF72EF is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 114 239 -
CMYK 0.27 0.52 0 0.06
HSL 269.28º 0.8% 0.69% -
HSV(B) 269.28º 0.52% 0.94% -
XYZ 39.28 27.38 84.88 -
YUV 146.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 175 114 239 0.27 0.52 0 0.06 269.28 0.8 0.69
Hex AF 72 EF 1B 34 0 6 10D 50 45
Octal 257 162 357 33 64 0 6 415 120 105
Binary 10101111 1110010 11101111 11011 110100 0 110 100001101 1010000 1000101

Color Harmonies of #AF72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72EF

Black with #AF72EF

Text Example


Text Example

White with #AF72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72EF; }

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

 H1.HeaderClassName
 {
   color: #AF72EF;
 }
 .AnyTagClassName
 {
   color: #AF72EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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