Html Css Color HEX #AF177F Medium Violet Red

📋 copy color: '#AF177F'

red 175 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #AF177F

Tints of Medium Violet Red #AF177F

RGB

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

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

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

R = 53.85%
G = 7.08%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF177F (or 0xAF177F) is known color: Medium Violet Red. HEX triplet: AF, 17 and 7F. RGB value is (175,23,127). Sum of RGB (Red+Green+Blue) = 175+23+127=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF177F is #50E880. Grayscale: #505050. Windows color (decimal): -5302401 or 8329135. OLE color: 8329135.

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

Color convert

RGB 175 23 127 -
CMYK 0 0.87 0.27 0.31
HSL 318.95º 0.77% 0.39% -
HSV(B) 318.95º 0.87% 0.69% -
XYZ 21.82 11.26 21.1 -
YUV 80.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 175 23 127 0 0.87 0.27 0.31 318.95 0.77 0.39
Hex AF 17 7F 0 57 1B 1F 13F 4D 27
Octal 257 27 177 0 127 33 37 477 115 47
Binary 10101111 10111 1111111 0 1010111 11011 11111 100111111 1001101 100111

Color Harmonies of #AF177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF177F

Black with #AF177F

Text Example


Text Example

White with #AF177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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