Html Css Color HEX #AF72E5 Medium Purple

📋 copy color: '#AF72E5'

red 175 ◦ green 114 ◦ blue 229

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

Shades of Medium Purple #AF72E5

Tints of Medium Purple #AF72E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 33.78%
G = 22.01%
B = 44.21%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF72E5 (or 0xAF72E5) is known color: Medium Purple. HEX triplet: AF, 72 and E5. RGB value is (175,114,229). Sum of RGB (Red+Green+Blue) = 175+114+229=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF72E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72E5 is #508D1A. Grayscale: #909090. Windows color (decimal): -5279003 or 15037103. OLE color: 15037103.

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

Color convert

RGB 175 114 229 -
CMYK 0.24 0.50 0 0.10
HSL 271.83º 0.69% 0.67% -
HSV(B) 271.83º 0.5% 0.9% -
XYZ 37.84 26.81 77.31 -
YUV 145.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 175 114 229 0.24 0.50 0 0.10 271.83 0.69 0.67
Hex AF 72 E5 18 32 0 A 110 45 43
Octal 257 162 345 30 62 0 12 420 105 103
Binary 10101111 1110010 11100101 11000 110010 0 1010 100010000 1000101 1000011

Color Harmonies of #AF72E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72E5

Black with #AF72E5

Text Example


Text Example

White with #AF72E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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