Html Css Color HEX #AF209D Medium Red Violet

📋 copy color: '#AF209D'

red 175 ◦ green 32 ◦ blue 157

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

Shades of Medium Red Violet #AF209D

Tints of Medium Red Violet #AF209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 48.08%
G = 8.79%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF209D (or 0xAF209D) is known color: Medium Red Violet. HEX triplet: AF, 20 and 9D. RGB value is (175,32,157). Sum of RGB (Red+Green+Blue) = 175+32+157=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF209D is #50DF62. Grayscale: #585858. Windows color (decimal): -5300067 or 10297519. OLE color: 10297519.

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

Color convert

RGB 175 32 157 -
CMYK 0 0.82 0.10 0.31
HSL 307.55º 0.69% 0.41% -
HSV(B) 307.55º 0.82% 0.69% -
XYZ 24.28 12.58 33.05 -
YUV 89.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 175 32 157 0 0.82 0.10 0.31 307.55 0.69 0.41
Hex AF 20 9D 0 52 A 1F 134 45 29
Octal 257 40 235 0 122 12 37 464 105 51
Binary 10101111 100000 10011101 0 1010010 1010 11111 100110100 1000101 101001

Color Harmonies of #AF209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF209D

Black with #AF209D

Text Example


Text Example

White with #AF209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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