Html Css Color HEX #AF70F7 Medium Purple

📋 copy color: '#AF70F7'

red 175 ◦ green 112 ◦ blue 247

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

Shades of Medium Purple #AF70F7

Tints of Medium Purple #AF70F7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.97%

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

R = 32.77%
G = 20.97%
B = 46.25%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF70F7 (or 0xAF70F7) is known color: Medium Purple. HEX triplet: AF, 70 and F7. RGB value is (175,112,247). Sum of RGB (Red+Green+Blue) = 175+112+247=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF70F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70F7 is #508F08. Grayscale: #919191. Windows color (decimal): -5279497 or 16216239. OLE color: 16216239.

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

Color convert

RGB 175 112 247 -
CMYK 0.29 0.55 0 0.03
HSL 268º 0.89% 0.7% -
HSV(B) 268º 0.55% 0.97% -
XYZ 40.26 27.42 91.17 -
YUV 146.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 175 112 247 0.29 0.55 0 0.03 268 0.89 0.7
Hex AF 70 F7 1D 37 0 3 10C 59 46
Octal 257 160 367 35 67 0 3 414 131 106
Binary 10101111 1110000 11110111 11101 110111 0 11 100001100 1011001 1000110

Color Harmonies of #AF70F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70F7

Black with #AF70F7

Text Example


Text Example

White with #AF70F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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