Html Css Color HEX #AF1577 Medium Violet Red

📋 copy color: '#AF1577'

red 175 ◦ green 21 ◦ blue 119

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

Shades of Medium Violet Red #AF1577

Tints of Medium Violet Red #AF1577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 55.56%
G = 6.67%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF1577 (or 0xAF1577) is known color: Medium Violet Red. HEX triplet: AF, 15 and 77. RGB value is (175,21,119). Sum of RGB (Red+Green+Blue) = 175+21+119=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1577 is #50EA88. Grayscale: #4D4D4D. Windows color (decimal): -5302921 or 7804335. OLE color: 7804335.

HSL color Cylindrical-coordinate representation of color #AF1577: hue angle of 321.82º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1577 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 119 -
CMYK 0 0.88 0.32 0.31
HSL 321.82º 0.79% 0.38% -
HSV(B) 321.82º 0.88% 0.69% -
XYZ 21.28 10.98 18.45 -
YUV 78.22 151.02 197.03 -
System Red Green Blue C M Y K H S L
Decimal 175 21 119 0 0.88 0.32 0.31 321.82 0.79 0.38
Hex AF 15 77 0 58 20 1F 142 4F 26
Octal 257 25 167 0 130 40 37 502 117 46
Binary 10101111 10101 1110111 0 1011000 100000 11111 101000010 1001111 100110

Color Harmonies of #AF1577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1577

Black with #AF1577

Text Example


Text Example

White with #AF1577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1577; }

 p { color: rgb(175,21,119); }

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

background-color css

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

 a { background-color: rgb(175,21,119); }

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

border-color css

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

 span { border-color: rgb(175,21,119); }

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