Html Css Color HEX #AF6FFF Medium Purple

📋 copy color: '#AF6FFF'

red 175 ◦ green 111 ◦ blue 255

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

Shades of Medium Purple #AF6FFF

Tints of Medium Purple #AF6FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.13%

R = 32.35%
G = 20.52%
B = 47.13%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF6FFF (or 0xAF6FFF) is known color: Medium Purple. HEX triplet: AF, 6F and FF. RGB value is (175,111,255). Sum of RGB (Red+Green+Blue) = 175+111+255=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FFF is #509000. Grayscale: #929292. Windows color (decimal): -5279745 or 16740271. OLE color: 16740271.

HSL color Cylindrical-coordinate representation of color #AF6FFF: hue angle of 266.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6FFF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 111 255 -
CMYK 0.31 0.56 0 0
HSL 266.67º 1% 0.72% -
HSV(B) 266.67º 0.56% 1% -
XYZ 41.41 27.7 97.77 -
YUV 146.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 175 111 255 0.31 0.56 0 0 266.67 1 0.72
Hex AF 6F FF 1F 38 0 0 10B 64 48
Octal 257 157 377 37 70 0 0 413 144 110
Binary 10101111 1101111 11111111 11111 111000 0 0 100001011 1100100 1001000

Color Harmonies of #AF6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FFF

Black with #AF6FFF

Text Example


Text Example

White with #AF6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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