Html Css Color HEX #AF2189 Medium Red Violet

📋 copy color: '#AF2189'

red 175 ◦ green 33 ◦ blue 137

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

Shades of Medium Red Violet #AF2189

Tints of Medium Red Violet #AF2189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.57%

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 50.72%
G = 9.57%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF2189 (or 0xAF2189) is known color: Medium Red Violet. HEX triplet: AF, 21 and 89. RGB value is (175,33,137). Sum of RGB (Red+Green+Blue) = 175+33+137=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2189 is #50DE76. Grayscale: #575757. Windows color (decimal): -5299831 or 8987055. OLE color: 8987055.

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

Color convert

RGB 175 33 137 -
CMYK 0 0.81 0.22 0.31
HSL 316.06º 0.68% 0.41% -
HSV(B) 316.06º 0.81% 0.69% -
XYZ 22.74 12.01 24.79 -
YUV 87.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 175 33 137 0 0.81 0.22 0.31 316.06 0.68 0.41
Hex AF 21 89 0 51 16 1F 13C 44 29
Octal 257 41 211 0 121 26 37 474 104 51
Binary 10101111 100001 10001001 0 1010001 10110 11111 100111100 1000100 101001

Color Harmonies of #AF2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2189

Black with #AF2189

Text Example


Text Example

White with #AF2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2189; }

 p { color: rgb(175,33,137); }

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

background-color css

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

 a { background-color: rgb(175,33,137); }

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

border-color css

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

 span { border-color: rgb(175,33,137); }

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