Html Css Color HEX #AF188D Medium Violet Red

📋 copy color: '#AF188D'

red 175 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #AF188D

Tints of Medium Violet Red #AF188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 51.47%
G = 7.06%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF188D (or 0xAF188D) is known color: Medium Violet Red. HEX triplet: AF, 18 and 8D. RGB value is (175,24,141). Sum of RGB (Red+Green+Blue) = 175+24+141=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF188D is #50E772. Grayscale: #525252. Windows color (decimal): -5302131 or 9246895. OLE color: 9246895.

HSL color Cylindrical-coordinate representation of color #AF188D: hue angle of 313.51º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF188D is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 141 -
CMYK 0 0.86 0.19 0.31
HSL 313.51º 0.76% 0.39% -
HSV(B) 313.51º 0.86% 0.69% -
XYZ 22.81 11.69 26.25 -
YUV 82.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 175 24 141 0 0.86 0.19 0.31 313.51 0.76 0.39
Hex AF 18 8D 0 56 13 1F 13A 4C 27
Octal 257 30 215 0 126 23 37 472 114 47
Binary 10101111 11000 10001101 0 1010110 10011 11111 100111010 1001100 100111

Color Harmonies of #AF188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF188D

Black with #AF188D

Text Example


Text Example

White with #AF188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF188D; }

 p { color: rgb(175,24,141); }

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

background-color css

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

 a { background-color: rgb(175,24,141); }

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

border-color css

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

 span { border-color: rgb(175,24,141); }

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