Html Css Color HEX #AF71FA Medium Purple

📋 copy color: '#AF71FA'

red 175 ◦ green 113 ◦ blue 250

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

Shades of Medium Purple #AF71FA

Tints of Medium Purple #AF71FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 32.53%
G = 21%
B = 46.47%

CMYK

 C value IS 0.3

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF71FA (or 0xAF71FA) is known color: Medium Purple. HEX triplet: AF, 71 and FA. RGB value is (175,113,250). Sum of RGB (Red+Green+Blue) = 175+113+250=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF71FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71FA is #508E05. Grayscale: #929292. Windows color (decimal): -5279238 or 16413103. OLE color: 16413103.

HSL color Cylindrical-coordinate representation of color #AF71FA: hue angle of 267.15º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF71FA is Cyan = 0.3, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 113 250 -
CMYK 0.3 0.55 0 0.02
HSL 267.15º 0.93% 0.71% -
HSV(B) 267.15º 0.55% 0.98% -
XYZ 40.84 27.83 93.66 -
YUV 147.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 175 113 250 0.3 0.55 0 0.02 267.15 0.93 0.71
Hex AF 71 FA 1E 37 0 2 10B 5D 47
Octal 257 161 372 36 67 0 2 413 135 107
Binary 10101111 1110001 11111010 11110 110111 0 10 100001011 1011101 1000111

Color Harmonies of #AF71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71FA

Black with #AF71FA

Text Example


Text Example

White with #AF71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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