Html Css Color HEX #AF6DF1 Medium Purple

📋 copy color: '#AF6DF1'

red 175 ◦ green 109 ◦ blue 241

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

Shades of Medium Purple #AF6DF1

Tints of Medium Purple #AF6DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.9%

R = 33.33%
G = 20.76%
B = 45.9%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF6DF1 (or 0xAF6DF1) is known color: Medium Purple. HEX triplet: AF, 6D and F1. RGB value is (175,109,241). Sum of RGB (Red+Green+Blue) = 175+109+241=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF6DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DF1 is #50920E. Grayscale: #8F8F8F. Windows color (decimal): -5280271 or 15822255. OLE color: 15822255.

HSL color Cylindrical-coordinate representation of color #AF6DF1: hue angle of 270º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6DF1 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 109 241 -
CMYK 0.27 0.55 0 0.05
HSL 270º 0.83% 0.69% -
HSV(B) 270º 0.55% 0.95% -
XYZ 39.03 26.4 86.26 -
YUV 143.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 175 109 241 0.27 0.55 0 0.05 270 0.83 0.69
Hex AF 6D F1 1B 37 0 5 10E 52 45
Octal 257 155 361 33 67 0 5 416 122 105
Binary 10101111 1101101 11110001 11011 110111 0 101 100001110 1010010 1000101

Color Harmonies of #AF6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DF1

Black with #AF6DF1

Text Example


Text Example

White with #AF6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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