Html Css Color HEX #AF2499 Medium Red Violet

📋 copy color: '#AF2499'

red 175 ◦ green 36 ◦ blue 153

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

Shades of Medium Red Violet #AF2499

Tints of Medium Red Violet #AF2499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 48.08%
G = 9.89%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF2499 (or 0xAF2499) is known color: Medium Red Violet. HEX triplet: AF, 24 and 99. RGB value is (175,36,153). Sum of RGB (Red+Green+Blue) = 175+36+153=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2499 is #50DB66. Grayscale: #5A5A5A. Windows color (decimal): -5299047 or 10036399. OLE color: 10036399.

HSL color Cylindrical-coordinate representation of color #AF2499: hue angle of 309.5º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2499 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 153 -
CMYK 0 0.79 0.13 0.31
HSL 309.5º 0.66% 0.41% -
HSV(B) 309.5º 0.79% 0.69% -
XYZ 24.06 12.68 31.32 -
YUV 90.9 163.05 187.99 -
System Red Green Blue C M Y K H S L
Decimal 175 36 153 0 0.79 0.13 0.31 309.5 0.66 0.41
Hex AF 24 99 0 4F D 1F 135 42 29
Octal 257 44 231 0 117 15 37 465 102 51
Binary 10101111 100100 10011001 0 1001111 1101 11111 100110101 1000010 101001

Color Harmonies of #AF2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2499

Black with #AF2499

Text Example


Text Example

White with #AF2499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2499; }

 p { color: rgb(175,36,153); }

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

background-color css

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

 a { background-color: rgb(175,36,153); }

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

border-color css

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

 span { border-color: rgb(175,36,153); }

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