Html Css Color HEX #AF71E5 Medium Purple

📋 copy color: '#AF71E5'

red 175 ◦ green 113 ◦ blue 229

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

Shades of Medium Purple #AF71E5

Tints of Medium Purple #AF71E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.86%

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

R = 33.85%
G = 21.86%
B = 44.29%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF71E5 (or 0xAF71E5) is known color: Medium Purple. HEX triplet: AF, 71 and E5. RGB value is (175,113,229). Sum of RGB (Red+Green+Blue) = 175+113+229=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF71E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71E5 is #508E1A. Grayscale: #909090. Windows color (decimal): -5279259 or 15036847. OLE color: 15036847.

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

Color convert

RGB 175 113 229 -
CMYK 0.24 0.51 0 0.10
HSL 272.07º 0.69% 0.67% -
HSV(B) 272.07º 0.51% 0.9% -
XYZ 37.73 26.58 77.27 -
YUV 144.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 175 113 229 0.24 0.51 0 0.10 272.07 0.69 0.67
Hex AF 71 E5 18 33 0 A 110 45 43
Octal 257 161 345 30 63 0 12 420 105 103
Binary 10101111 1110001 11100101 11000 110011 0 1010 100010000 1000101 1000011

Color Harmonies of #AF71E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71E5

Black with #AF71E5

Text Example


Text Example

White with #AF71E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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