Html Css Color HEX #AF6DF7 Medium Purple

📋 copy color: '#AF6DF7'

red 175 ◦ green 109 ◦ blue 247

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

Shades of Medium Purple #AF6DF7

Tints of Medium Purple #AF6DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 32.96%
G = 20.53%
B = 46.52%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF6DF7 (or 0xAF6DF7) is known color: Medium Purple. HEX triplet: AF, 6D and F7. RGB value is (175,109,247). Sum of RGB (Red+Green+Blue) = 175+109+247=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF6DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DF7 is #509208. Grayscale: #8F8F8F. Windows color (decimal): -5280265 or 16215471. OLE color: 16215471.

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

Color convert

RGB 175 109 247 -
CMYK 0.29 0.56 0 0.03
HSL 268.7º 0.9% 0.7% -
HSV(B) 268.7º 0.56% 0.97% -
XYZ 39.94 26.77 91.06 -
YUV 144.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 175 109 247 0.29 0.56 0 0.03 268.7 0.9 0.7
Hex AF 6D F7 1D 38 0 3 10D 5A 46
Octal 257 155 367 35 70 0 3 415 132 106
Binary 10101111 1101101 11110111 11101 111000 0 11 100001101 1011010 1000110

Color Harmonies of #AF6DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DF7

Black with #AF6DF7

Text Example


Text Example

White with #AF6DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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