Html Css Color HEX #AF72EC Medium Purple

📋 copy color: '#AF72EC'

red 175 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #AF72EC

Tints of Medium Purple #AF72EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 33.33%
G = 21.71%
B = 44.95%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF72EC (or 0xAF72EC) is known color: Medium Purple. HEX triplet: AF, 72 and EC. RGB value is (175,114,236). Sum of RGB (Red+Green+Blue) = 175+114+236=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF72EC is #508D13. Grayscale: #919191. Windows color (decimal): -5278996 or 15495855. OLE color: 15495855.

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

Color convert

RGB 175 114 236 -
CMYK 0.26 0.52 0 0.07
HSL 270º 0.76% 0.69% -
HSV(B) 270º 0.52% 0.93% -
XYZ 38.84 27.2 82.56 -
YUV 146.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 175 114 236 0.26 0.52 0 0.07 270 0.76 0.69
Hex AF 72 EC 1A 34 0 7 10E 4C 45
Octal 257 162 354 32 64 0 7 416 114 105
Binary 10101111 1110010 11101100 11010 110100 0 111 100001110 1001100 1000101

Color Harmonies of #AF72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72EC

Black with #AF72EC

Text Example


Text Example

White with #AF72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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