Html Css Color HEX #AF6FF7 Medium Purple

📋 copy color: '#AF6FF7'

red 175 ◦ green 111 ◦ blue 247

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

Shades of Medium Purple #AF6FF7

Tints of Medium Purple #AF6FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.34%

R = 32.83%
G = 20.83%
B = 46.34%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF6FF7 (or 0xAF6FF7) is known color: Medium Purple. HEX triplet: AF, 6F and F7. RGB value is (175,111,247). Sum of RGB (Red+Green+Blue) = 175+111+247=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF6FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FF7 is #509008. Grayscale: #919191. Windows color (decimal): -5279753 or 16215983. OLE color: 16215983.

HSL color Cylindrical-coordinate representation of color #AF6FF7: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6FF7 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 111 247 -
CMYK 0.29 0.55 0 0.03
HSL 268.24º 0.89% 0.7% -
HSV(B) 268.24º 0.55% 0.97% -
XYZ 40.15 27.2 91.13 -
YUV 145.64 185.2 148.94 -
System Red Green Blue C M Y K H S L
Decimal 175 111 247 0.29 0.55 0 0.03 268.24 0.89 0.7
Hex AF 6F F7 1D 37 0 3 10C 59 46
Octal 257 157 367 35 67 0 3 414 131 106
Binary 10101111 1101111 11110111 11101 110111 0 11 100001100 1011001 1000110

Color Harmonies of #AF6FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FF7

Black with #AF6FF7

Text Example


Text Example

White with #AF6FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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