Html Css Color HEX #AF6FF0 Medium Purple

📋 copy color: '#AF6FF0'

red 175 ◦ green 111 ◦ blue 240

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

Shades of Medium Purple #AF6FF0

Tints of Medium Purple #AF6FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.1%

 BLUE value IS 240 (94.14% from 255) = 45.63%

R = 33.27%
G = 21.1%
B = 45.63%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF6FF0 (or 0xAF6FF0) is known color: Medium Purple. HEX triplet: AF, 6F and F0. RGB value is (175,111,240). Sum of RGB (Red+Green+Blue) = 175+111+240=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF6FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FF0 is #50900F. Grayscale: #909090. Windows color (decimal): -5279760 or 15757231. OLE color: 15757231.

HSL color Cylindrical-coordinate representation of color #AF6FF0: hue angle of 269.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6FF0 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 111 240 -
CMYK 0.27 0.54 0 0.06
HSL 269.77º 0.81% 0.69% -
HSV(B) 269.77º 0.54% 0.94% -
XYZ 39.09 26.77 85.55 -
YUV 144.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 175 111 240 0.27 0.54 0 0.06 269.77 0.81 0.69
Hex AF 6F F0 1B 36 0 6 10E 51 45
Octal 257 157 360 33 66 0 6 416 121 105
Binary 10101111 1101111 11110000 11011 110110 0 110 100001110 1010001 1000101

Color Harmonies of #AF6FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FF0

Black with #AF6FF0

Text Example


Text Example

White with #AF6FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FF0; }

 p { color: rgb(175,111,240); }

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

background-color css

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

 a { background-color: rgb(175,111,240); }

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

border-color css

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

 span { border-color: rgb(175,111,240); }

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