Html Css Color HEX #AF187E Medium Violet Red

📋 copy color: '#AF187E'

red 175 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #AF187E

Tints of Medium Violet Red #AF187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 53.85%
G = 7.38%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF187E (or 0xAF187E) is known color: Medium Violet Red. HEX triplet: AF, 18 and 7E. RGB value is (175,24,126). Sum of RGB (Red+Green+Blue) = 175+24+126=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF187E is #50E781. Grayscale: #505050. Windows color (decimal): -5302146 or 8263855. OLE color: 8263855.

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

Color convert

RGB 175 24 126 -
CMYK 0 0.86 0.28 0.31
HSL 319.47º 0.76% 0.39% -
HSV(B) 319.47º 0.86% 0.69% -
XYZ 21.77 11.27 20.77 -
YUV 80.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 175 24 126 0 0.86 0.28 0.31 319.47 0.76 0.39
Hex AF 18 7E 0 56 1C 1F 13F 4C 27
Octal 257 30 176 0 126 34 37 477 114 47
Binary 10101111 11000 1111110 0 1010110 11100 11111 100111111 1001100 100111

Color Harmonies of #AF187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF187E

Black with #AF187E

Text Example


Text Example

White with #AF187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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