Html Css Color HEX #AF74F7 Medium Purple

📋 copy color: '#AF74F7'

red 175 ◦ green 116 ◦ blue 247

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

Shades of Medium Purple #AF74F7

Tints of Medium Purple #AF74F7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.56%

 BLUE value IS 247 (96.88% from 255) = 45.91%

R = 32.53%
G = 21.56%
B = 45.91%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF74F7 (or 0xAF74F7) is known color: Medium Purple. HEX triplet: AF, 74 and F7. RGB value is (175,116,247). Sum of RGB (Red+Green+Blue) = 175+116+247=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF74F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74F7 is #508B08. Grayscale: #949494. Windows color (decimal): -5278473 or 16217263. OLE color: 16217263.

HSL color Cylindrical-coordinate representation of color #AF74F7: hue angle of 267.02º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF74F7 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 116 247 -
CMYK 0.29 0.53 0 0.03
HSL 267.02º 0.89% 0.71% -
HSV(B) 267.02º 0.53% 0.97% -
XYZ 40.71 28.32 91.32 -
YUV 148.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 175 116 247 0.29 0.53 0 0.03 267.02 0.89 0.71
Hex AF 74 F7 1D 35 0 3 10B 59 47
Octal 257 164 367 35 65 0 3 413 131 107
Binary 10101111 1110100 11110111 11101 110101 0 11 100001011 1011001 1000111

Color Harmonies of #AF74F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74F7

Black with #AF74F7

Text Example


Text Example

White with #AF74F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74F7; }

 p { color: rgb(175,116,247); }

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

background-color css

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

 a { background-color: rgb(175,116,247); }

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

border-color css

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

 span { border-color: rgb(175,116,247); }

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