Html Css Color HEX #AF6CF7 Medium Purple

📋 copy color: '#AF6CF7'

red 175 ◦ green 108 ◦ blue 247

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

Shades of Medium Purple #AF6CF7

Tints of Medium Purple #AF6CF7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

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

R = 33.02%
G = 20.38%
B = 46.6%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF6CF7 (or 0xAF6CF7) is known color: Medium Purple. HEX triplet: AF, 6C and F7. RGB value is (175,108,247). Sum of RGB (Red+Green+Blue) = 175+108+247=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF6CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CF7 is #509308. Grayscale: #8F8F8F. Windows color (decimal): -5280521 or 16215215. OLE color: 16215215.

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

Color convert

RGB 175 108 247 -
CMYK 0.29 0.56 0 0.03
HSL 268.92º 0.9% 0.7% -
HSV(B) 268.92º 0.56% 0.97% -
XYZ 39.83 26.55 91.02 -
YUV 143.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 175 108 247 0.29 0.56 0 0.03 268.92 0.9 0.7
Hex AF 6C F7 1D 38 0 3 10D 5A 46
Octal 257 154 367 35 70 0 3 415 132 106
Binary 10101111 1101100 11110111 11101 111000 0 11 100001101 1011010 1000110

Color Harmonies of #AF6CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CF7

Black with #AF6CF7

Text Example


Text Example

White with #AF6CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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