Html Css Color HEX #AF72E9 Medium Purple

📋 copy color: '#AF72E9'

red 175 ◦ green 114 ◦ blue 233

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

Shades of Medium Purple #AF72E9

Tints of Medium Purple #AF72E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.64%

R = 33.52%
G = 21.84%
B = 44.64%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF72E9 (or 0xAF72E9) is known color: Medium Purple. HEX triplet: AF, 72 and E9. RGB value is (175,114,233). Sum of RGB (Red+Green+Blue) = 175+114+233=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF72E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF72E9 is #508D16. Grayscale: #919191. Windows color (decimal): -5278999 or 15299247. OLE color: 15299247.

HSL color Cylindrical-coordinate representation of color #AF72E9: hue angle of 270.76º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF72E9 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 114 233 -
CMYK 0.25 0.51 0 0.09
HSL 270.76º 0.73% 0.68% -
HSV(B) 270.76º 0.51% 0.91% -
XYZ 38.4 27.03 80.28 -
YUV 145.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 175 114 233 0.25 0.51 0 0.09 270.76 0.73 0.68
Hex AF 72 E9 19 33 0 9 10F 49 44
Octal 257 162 351 31 63 0 11 417 111 104
Binary 10101111 1110010 11101001 11001 110011 0 1001 100001111 1001001 1000100

Color Harmonies of #AF72E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72E9

Black with #AF72E9

Text Example


Text Example

White with #AF72E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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