Html Css Color HEX #AF7DF9 Medium Purple

📋 copy color: '#AF7DF9'

red 175 ◦ green 125 ◦ blue 249

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

Shades of Medium Purple #AF7DF9

Tints of Medium Purple #AF7DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.77%

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

R = 31.88%
G = 22.77%
B = 45.36%

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

#AF7DF9 (or 0xAF7DF9) is known color: Medium Purple. HEX triplet: AF, 7D and F9. RGB value is (175,125,249). Sum of RGB (Red+Green+Blue) = 175+125+249=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF7DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DF9 is #508206. Grayscale: #999999. Windows color (decimal): -5276167 or 16350639. OLE color: 16350639.

HSL color Cylindrical-coordinate representation of color #AF7DF9: hue angle of 264.19º 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 #AF7DF9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 125 249 -
CMYK 0.30 0.50 0 0.02
HSL 264.19º 0.91% 0.73% -
HSV(B) 264.19º 0.5% 0.98% -
XYZ 42.11 30.62 93.31 -
YUV 154.09 181.57 142.92 -
System Red Green Blue C M Y K H S L
Decimal 175 125 249 0.30 0.50 0 0.02 264.19 0.91 0.73
Hex AF 7D F9 1E 32 0 2 108 5B 49
Octal 257 175 371 36 62 0 2 410 133 111
Binary 10101111 1111101 11111001 11110 110010 0 10 100001000 1011011 1001001

Color Harmonies of #AF7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DF9

Black with #AF7DF9

Text Example


Text Example

White with #AF7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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