Html Css Color HEX #AF187F Medium Violet Red

📋 copy color: '#AF187F'

red 175 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #AF187F

Tints of Medium Violet Red #AF187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 53.68%
G = 7.36%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF187F (or 0xAF187F) is known color: Medium Violet Red. HEX triplet: AF, 18 and 7F. RGB value is (175,24,127). Sum of RGB (Red+Green+Blue) = 175+24+127=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF187F is #50E780. Grayscale: #505050. Windows color (decimal): -5302145 or 8329391. OLE color: 8329391.

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

Color convert

RGB 175 24 127 -
CMYK 0 0.86 0.27 0.31
HSL 319.07º 0.76% 0.39% -
HSV(B) 319.07º 0.86% 0.69% -
XYZ 21.84 11.3 21.11 -
YUV 80.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 175 24 127 0 0.86 0.27 0.31 319.07 0.76 0.39
Hex AF 18 7F 0 56 1B 1F 13F 4C 27
Octal 257 30 177 0 126 33 37 477 114 47
Binary 10101111 11000 1111111 0 1010110 11011 11111 100111111 1001100 100111

Color Harmonies of #AF187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF187F

Black with #AF187F

Text Example


Text Example

White with #AF187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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