Html Css Color HEX #AF208C Medium Red Violet

📋 copy color: '#AF208C'

red 175 ◦ green 32 ◦ blue 140

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

Shades of Medium Red Violet #AF208C

Tints of Medium Red Violet #AF208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 50.43%
G = 9.22%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF208C (or 0xAF208C) is known color: Medium Red Violet. HEX triplet: AF, 20 and 8C. RGB value is (175,32,140). Sum of RGB (Red+Green+Blue) = 175+32+140=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF208C is #50DF73. Grayscale: #565656. Windows color (decimal): -5300084 or 9183407. OLE color: 9183407.

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

Color convert

RGB 175 32 140 -
CMYK 0 0.82 0.2 0.31
HSL 314.69º 0.69% 0.41% -
HSV(B) 314.69º 0.82% 0.69% -
XYZ 22.93 12.04 25.93 -
YUV 87.07 157.88 190.72 -
System Red Green Blue C M Y K H S L
Decimal 175 32 140 0 0.82 0.2 0.31 314.69 0.69 0.41
Hex AF 20 8C 0 52 14 1F 13B 45 29
Octal 257 40 214 0 122 24 37 473 105 51
Binary 10101111 100000 10001100 0 1010010 10100 11111 100111011 1000101 101001

Color Harmonies of #AF208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF208C

Black with #AF208C

Text Example


Text Example

White with #AF208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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