Html Css Color HEX #AF6BF7 Medium Purple

📋 copy color: '#AF6BF7'

red 175 ◦ green 107 ◦ blue 247

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

Shades of Medium Purple #AF6BF7

Tints of Medium Purple #AF6BF7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.23%

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

R = 33.08%
G = 20.23%
B = 46.69%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF6BF7 (or 0xAF6BF7) is known color: Medium Purple. HEX triplet: AF, 6B and F7. RGB value is (175,107,247). Sum of RGB (Red+Green+Blue) = 175+107+247=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF6BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BF7 is #509408. Grayscale: #8E8E8E. Windows color (decimal): -5280777 or 16214959. OLE color: 16214959.

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

Color convert

RGB 175 107 247 -
CMYK 0.29 0.57 0 0.03
HSL 269.14º 0.9% 0.69% -
HSV(B) 269.14º 0.57% 0.97% -
XYZ 39.73 26.34 90.99 -
YUV 143.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 175 107 247 0.29 0.57 0 0.03 269.14 0.9 0.69
Hex AF 6B F7 1D 39 0 3 10D 5A 45
Octal 257 153 367 35 71 0 3 415 132 105
Binary 10101111 1101011 11110111 11101 111001 0 11 100001101 1011010 1000101

Color Harmonies of #AF6BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BF7

Black with #AF6BF7

Text Example


Text Example

White with #AF6BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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