Html Css Color HEX #AF71FE Medium Purple

📋 copy color: '#AF71FE'

red 175 ◦ green 113 ◦ blue 254

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

Shades of Medium Purple #AF71FE

Tints of Medium Purple #AF71FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 32.29%
G = 20.85%
B = 46.86%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF71FE (or 0xAF71FE) is known color: Medium Purple. HEX triplet: AF, 71 and FE. RGB value is (175,113,254). Sum of RGB (Red+Green+Blue) = 175+113+254=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71FE is #508E01. Grayscale: #939393. Windows color (decimal): -5279234 or 16675247. OLE color: 16675247.

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

Color convert

RGB 175 113 254 -
CMYK 0.31 0.56 0 0.00
HSL 266.38º 0.99% 0.72% -
HSV(B) 266.38º 0.56% 1% -
XYZ 41.47 28.08 97 -
YUV 147.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 175 113 254 0.31 0.56 0 0.00 266.38 0.99 0.72
Hex AF 71 FE 1F 38 0 0 10A 63 48
Octal 257 161 376 37 70 0 0 412 143 110
Binary 10101111 1110001 11111110 11111 111000 0 0 100001010 1100011 1001000

Color Harmonies of #AF71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71FE

Black with #AF71FE

Text Example


Text Example

White with #AF71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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