Html Css Color HEX #AF177D Medium Violet Red

📋 copy color: '#AF177D'

red 175 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #AF177D

Tints of Medium Violet Red #AF177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

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

R = 54.18%
G = 7.12%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF177D (or 0xAF177D) is known color: Medium Violet Red. HEX triplet: AF, 17 and 7D. RGB value is (175,23,125). Sum of RGB (Red+Green+Blue) = 175+23+125=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF177D is #50E882. Grayscale: #4F4F4F. Windows color (decimal): -5302403 or 8198063. OLE color: 8198063.

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

Color convert

RGB 175 23 125 -
CMYK 0 0.87 0.29 0.31
HSL 319.74º 0.77% 0.39% -
HSV(B) 319.74º 0.87% 0.69% -
XYZ 21.69 11.21 20.42 -
YUV 80.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 175 23 125 0 0.87 0.29 0.31 319.74 0.77 0.39
Hex AF 17 7D 0 57 1D 1F 140 4D 27
Octal 257 27 175 0 127 35 37 500 115 47
Binary 10101111 10111 1111101 0 1010111 11101 11111 101000000 1001101 100111

Color Harmonies of #AF177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF177D

Black with #AF177D

Text Example


Text Example

White with #AF177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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