Html Css Color HEX #AF167C Medium Violet Red

📋 copy color: '#AF167C'

red 175 ◦ green 22 ◦ blue 124

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

Shades of Medium Violet Red #AF167C

Tints of Medium Violet Red #AF167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 54.52%
G = 6.85%
B = 38.63%

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

#AF167C (or 0xAF167C) is known color: Medium Violet Red. HEX triplet: AF, 16 and 7C. RGB value is (175,22,124). Sum of RGB (Red+Green+Blue) = 175+22+124=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF167C is #50E983. Grayscale: #4F4F4F. Windows color (decimal): -5302660 or 8132271. OLE color: 8132271.

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

Color convert

RGB 175 22 124 -
CMYK 0 0.87 0.29 0.31
HSL 320º 0.78% 0.39% -
HSV(B) 320º 0.87% 0.69% -
XYZ 21.6 11.14 20.08 -
YUV 79.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 175 22 124 0 0.87 0.29 0.31 320 0.78 0.39
Hex AF 16 7C 0 57 1D 1F 140 4E 27
Octal 257 26 174 0 127 35 37 500 116 47
Binary 10101111 10110 1111100 0 1010111 11101 11111 101000000 1001110 100111

Color Harmonies of #AF167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF167C

Black with #AF167C

Text Example


Text Example

White with #AF167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF167C; }

 p { color: rgb(175,22,124); }

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

background-color css

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

 a { background-color: rgb(175,22,124); }

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

border-color css

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

 span { border-color: rgb(175,22,124); }

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