Html Css Color HEX #AF2F9D Medium Red Violet

📋 copy color: '#AF2F9D'

red 175 ◦ green 47 ◦ blue 157

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

Shades of Medium Red Violet #AF2F9D

Tints of Medium Red Violet #AF2F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 46.17%
G = 12.4%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF2F9D (or 0xAF2F9D) is known color: Medium Red Violet. HEX triplet: AF, 2F and 9D. RGB value is (175,47,157). Sum of RGB (Red+Green+Blue) = 175+47+157=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F9D is #50D062. Grayscale: #616161. Windows color (decimal): -5296227 or 10301359. OLE color: 10301359.

HSL color Cylindrical-coordinate representation of color #AF2F9D: hue angle of 308.44º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F9D is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 157 -
CMYK 0 0.73 0.10 0.31
HSL 308.44º 0.58% 0.44% -
HSV(B) 308.44º 0.73% 0.69% -
XYZ 24.78 13.58 33.21 -
YUV 97.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 175 47 157 0 0.73 0.10 0.31 308.44 0.58 0.44
Hex AF 2F 9D 0 49 A 1F 134 3A 2C
Octal 257 57 235 0 111 12 37 464 72 54
Binary 10101111 101111 10011101 0 1001001 1010 11111 100110100 111010 101100

Color Harmonies of #AF2F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F9D

Black with #AF2F9D

Text Example


Text Example

White with #AF2F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F9D; }

 p { color: rgb(175,47,157); }

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

background-color css

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

 a { background-color: rgb(175,47,157); }

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

border-color css

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

 span { border-color: rgb(175,47,157); }

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