Html Css Color HEX #AF6DFC Medium Purple

📋 copy color: '#AF6DFC'

red 175 ◦ green 109 ◦ blue 252

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

Shades of Medium Purple #AF6DFC

Tints of Medium Purple #AF6DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 32.65%
G = 20.34%
B = 47.01%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF6DFC (or 0xAF6DFC) is known color: Medium Purple. HEX triplet: AF, 6D and FC. RGB value is (175,109,252). Sum of RGB (Red+Green+Blue) = 175+109+252=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF6DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DFC is #509203. Grayscale: #909090. Windows color (decimal): -5280260 or 16543151. OLE color: 16543151.

HSL color Cylindrical-coordinate representation of color #AF6DFC: hue angle of 267.69º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6DFC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 109 252 -
CMYK 0.31 0.57 0 0.01
HSL 267.69º 0.96% 0.71% -
HSV(B) 267.69º 0.57% 0.99% -
XYZ 40.72 27.08 95.18 -
YUV 145.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 175 109 252 0.31 0.57 0 0.01 267.69 0.96 0.71
Hex AF 6D FC 1F 39 0 1 10C 60 47
Octal 257 155 374 37 71 0 1 414 140 107
Binary 10101111 1101101 11111100 11111 111001 0 1 100001100 1100000 1000111

Color Harmonies of #AF6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DFC

Black with #AF6DFC

Text Example


Text Example

White with #AF6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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