Html Css Color HEX #AF177A Medium Violet Red

📋 copy color: '#AF177A'

red 175 ◦ green 23 ◦ blue 122

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

Shades of Medium Violet Red #AF177A

Tints of Medium Violet Red #AF177A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 54.69%
G = 7.19%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF177A (or 0xAF177A) is known color: Medium Violet Red. HEX triplet: AF, 17 and 7A. RGB value is (175,23,122). Sum of RGB (Red+Green+Blue) = 175+23+122=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF177A is #50E885. Grayscale: #4F4F4F. Windows color (decimal): -5302406 or 8001455. OLE color: 8001455.

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

Color convert

RGB 175 23 122 -
CMYK 0 0.87 0.30 0.31
HSL 320.92º 0.77% 0.39% -
HSV(B) 320.92º 0.87% 0.69% -
XYZ 21.5 11.13 19.43 -
YUV 79.73 151.86 195.95 -
System Red Green Blue C M Y K H S L
Decimal 175 23 122 0 0.87 0.30 0.31 320.92 0.77 0.39
Hex AF 17 7A 0 57 1E 1F 141 4D 27
Octal 257 27 172 0 127 36 37 501 115 47
Binary 10101111 10111 1111010 0 1010111 11110 11111 101000001 1001101 100111

Color Harmonies of #AF177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF177A

Black with #AF177A

Text Example


Text Example

White with #AF177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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