Html Css Color HEX #AF2497 Medium Red Violet

📋 copy color: '#AF2497'

red 175 ◦ green 36 ◦ blue 151

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

Shades of Medium Red Violet #AF2497

Tints of Medium Red Violet #AF2497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.71%

R = 48.34%
G = 9.94%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF2497 (or 0xAF2497) is known color: Medium Red Violet. HEX triplet: AF, 24 and 97. RGB value is (175,36,151). Sum of RGB (Red+Green+Blue) = 175+36+151=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2497 is #50DB68. Grayscale: #5A5A5A. Windows color (decimal): -5299049 or 9905327. OLE color: 9905327.

HSL color Cylindrical-coordinate representation of color #AF2497: hue angle of 310.36º 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 #AF2497 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 151 -
CMYK 0 0.79 0.14 0.31
HSL 310.36º 0.66% 0.41% -
HSV(B) 310.36º 0.79% 0.69% -
XYZ 23.9 12.61 30.45 -
YUV 90.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 175 36 151 0 0.79 0.14 0.31 310.36 0.66 0.41
Hex AF 24 97 0 4F E 1F 136 42 29
Octal 257 44 227 0 117 16 37 466 102 51
Binary 10101111 100100 10010111 0 1001111 1110 11111 100110110 1000010 101001

Color Harmonies of #AF2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2497

Black with #AF2497

Text Example


Text Example

White with #AF2497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2497; }

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

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

background-color css

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

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

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

border-color css

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

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

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