Html Css Color HEX #AF187D Medium Violet Red

📋 copy color: '#AF187D'

red 175 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #AF187D

Tints of Medium Violet Red #AF187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 54.01%
G = 7.41%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF187D (or 0xAF187D) is known color: Medium Violet Red. HEX triplet: AF, 18 and 7D. RGB value is (175,24,125). Sum of RGB (Red+Green+Blue) = 175+24+125=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF187D is #50E782. Grayscale: #505050. Windows color (decimal): -5302147 or 8198319. OLE color: 8198319.

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

Color convert

RGB 175 24 125 -
CMYK 0 0.86 0.29 0.31
HSL 319.87º 0.76% 0.39% -
HSV(B) 319.87º 0.86% 0.69% -
XYZ 21.71 11.25 20.43 -
YUV 80.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 175 24 125 0 0.86 0.29 0.31 319.87 0.76 0.39
Hex AF 18 7D 0 56 1D 1F 140 4C 27
Octal 257 30 175 0 126 35 37 500 114 47
Binary 10101111 11000 1111101 0 1010110 11101 11111 101000000 1001100 100111

Color Harmonies of #AF187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF187D

Black with #AF187D

Text Example


Text Example

White with #AF187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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