Html Css Color HEX #AF6DF9 Medium Purple

📋 copy color: '#AF6DF9'

red 175 ◦ green 109 ◦ blue 249

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

Shades of Medium Purple #AF6DF9

Tints of Medium Purple #AF6DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.72%

R = 32.83%
G = 20.45%
B = 46.72%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF6DF9 (or 0xAF6DF9) is known color: Medium Purple. HEX triplet: AF, 6D and F9. RGB value is (175,109,249). Sum of RGB (Red+Green+Blue) = 175+109+249=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF6DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DF9 is #509206. Grayscale: #909090. Windows color (decimal): -5280263 or 16346543. OLE color: 16346543.

HSL color Cylindrical-coordinate representation of color #AF6DF9: hue angle of 268.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6DF9 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 109 249 -
CMYK 0.30 0.56 0 0.02
HSL 268.29º 0.92% 0.7% -
HSV(B) 268.29º 0.56% 0.98% -
XYZ 40.25 26.89 92.69 -
YUV 144.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 175 109 249 0.30 0.56 0 0.02 268.29 0.92 0.7
Hex AF 6D F9 1E 38 0 2 10C 5C 46
Octal 257 155 371 36 70 0 2 414 134 106
Binary 10101111 1101101 11111001 11110 111000 0 10 100001100 1011100 1000110

Color Harmonies of #AF6DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DF9

Black with #AF6DF9

Text Example


Text Example

White with #AF6DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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