Html Css Color HEX #AF71FF Medium Purple

📋 copy color: '#AF71FF'

red 175 ◦ green 113 ◦ blue 255

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

Shades of Medium Purple #AF71FF

Tints of Medium Purple #AF71FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 32.23%
G = 20.81%
B = 46.96%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF71FF (or 0xAF71FF) is known color: Medium Purple. HEX triplet: AF, 71 and FF. RGB value is (175,113,255). Sum of RGB (Red+Green+Blue) = 175+113+255=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71FF is #508E00. Grayscale: #939393. Windows color (decimal): -5279233 or 16740783. OLE color: 16740783.

HSL color Cylindrical-coordinate representation of color #AF71FF: hue angle of 266.2º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF71FF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 113 255 -
CMYK 0.31 0.56 0 0
HSL 266.2º 1% 0.72% -
HSV(B) 266.2º 0.56% 1% -
XYZ 41.63 28.14 97.85 -
YUV 147.73 188.54 147.45 -
System Red Green Blue C M Y K H S L
Decimal 175 113 255 0.31 0.56 0 0 266.2 1 0.72
Hex AF 71 FF 1F 38 0 0 10A 64 48
Octal 257 161 377 37 70 0 0 412 144 110
Binary 10101111 1110001 11111111 11111 111000 0 0 100001010 1100100 1001000

Color Harmonies of #AF71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71FF

Black with #AF71FF

Text Example


Text Example

White with #AF71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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