Html Css Color HEX #AF187B Medium Violet Red

📋 copy color: '#AF187B'

red 175 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #AF187B

Tints of Medium Violet Red #AF187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 54.35%
G = 7.45%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF187B (or 0xAF187B) is known color: Medium Violet Red. HEX triplet: AF, 18 and 7B. RGB value is (175,24,123). Sum of RGB (Red+Green+Blue) = 175+24+123=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF187B is #50E784. Grayscale: #505050. Windows color (decimal): -5302149 or 8067247. OLE color: 8067247.

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

Color convert

RGB 175 24 123 -
CMYK 0 0.86 0.30 0.31
HSL 320.66º 0.76% 0.39% -
HSV(B) 320.66º 0.86% 0.69% -
XYZ 21.58 11.2 19.76 -
YUV 80.44 152.03 195.45 -
System Red Green Blue C M Y K H S L
Decimal 175 24 123 0 0.86 0.30 0.31 320.66 0.76 0.39
Hex AF 18 7B 0 56 1E 1F 141 4C 27
Octal 257 30 173 0 126 36 37 501 114 47
Binary 10101111 11000 1111011 0 1010110 11110 11111 101000001 1001100 100111

Color Harmonies of #AF187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF187B

Black with #AF187B

Text Example


Text Example

White with #AF187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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