Html Css Color HEX #AF208E Medium Red Violet

📋 copy color: '#AF208E'

red 175 ◦ green 32 ◦ blue 142

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

Shades of Medium Red Violet #AF208E

Tints of Medium Red Violet #AF208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 50.14%
G = 9.17%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF208E (or 0xAF208E) is known color: Medium Red Violet. HEX triplet: AF, 20 and 8E. RGB value is (175,32,142). Sum of RGB (Red+Green+Blue) = 175+32+142=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF208E is #50DF71. Grayscale: #575757. Windows color (decimal): -5300082 or 9314479. OLE color: 9314479.

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

Color convert

RGB 175 32 142 -
CMYK 0 0.82 0.19 0.31
HSL 313.85º 0.69% 0.41% -
HSV(B) 313.85º 0.82% 0.69% -
XYZ 23.08 12.1 26.71 -
YUV 87.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 175 32 142 0 0.82 0.19 0.31 313.85 0.69 0.41
Hex AF 20 8E 0 52 13 1F 13A 45 29
Octal 257 40 216 0 122 23 37 472 105 51
Binary 10101111 100000 10001110 0 1010010 10011 11111 100111010 1000101 101001

Color Harmonies of #AF208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF208E

Black with #AF208E

Text Example


Text Example

White with #AF208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF208E; }

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

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

background-color css

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

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

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

border-color css

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

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

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