Html Css Color HEX #AF7CF9 Medium Purple

📋 copy color: '#AF7CF9'

red 175 ◦ green 124 ◦ blue 249

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

Shades of Medium Purple #AF7CF9

Tints of Medium Purple #AF7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.63%

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 31.93%
G = 22.63%
B = 45.44%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF7CF9 (or 0xAF7CF9) is known color: Medium Purple. HEX triplet: AF, 7C and F9. RGB value is (175,124,249). Sum of RGB (Red+Green+Blue) = 175+124+249=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CF9 is #508306. Grayscale: #999999. Windows color (decimal): -5276423 or 16350383. OLE color: 16350383.

HSL color Cylindrical-coordinate representation of color #AF7CF9: hue angle of 264.48º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7CF9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 124 249 -
CMYK 0.30 0.50 0 0.02
HSL 264.48º 0.91% 0.73% -
HSV(B) 264.48º 0.5% 0.98% -
XYZ 41.99 30.37 93.27 -
YUV 153.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 175 124 249 0.30 0.50 0 0.02 264.48 0.91 0.73
Hex AF 7C F9 1E 32 0 2 108 5B 49
Octal 257 174 371 36 62 0 2 410 133 111
Binary 10101111 1111100 11111001 11110 110010 0 10 100001000 1011011 1001001

Color Harmonies of #AF7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CF9

Black with #AF7CF9

Text Example


Text Example

White with #AF7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CF9; }

 p { color: rgb(175,124,249); }

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

background-color css

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

 a { background-color: rgb(175,124,249); }

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

border-color css

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

 span { border-color: rgb(175,124,249); }

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