Html Css Color HEX #AF1781 Medium Violet Red

📋 copy color: '#AF1781'

red 175 ◦ green 23 ◦ blue 129

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

Shades of Medium Violet Red #AF1781

Tints of Medium Violet Red #AF1781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 53.52%
G = 7.03%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF1781 (or 0xAF1781) is known color: Medium Violet Red. HEX triplet: AF, 17 and 81. RGB value is (175,23,129). Sum of RGB (Red+Green+Blue) = 175+23+129=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1781 is #50E87E. Grayscale: #505050. Windows color (decimal): -5302399 or 8460207. OLE color: 8460207.

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

Color convert

RGB 175 23 129 -
CMYK 0 0.87 0.26 0.31
HSL 318.16º 0.77% 0.39% -
HSV(B) 318.16º 0.87% 0.69% -
XYZ 21.95 11.31 21.8 -
YUV 80.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 175 23 129 0 0.87 0.26 0.31 318.16 0.77 0.39
Hex AF 17 81 0 57 1A 1F 13E 4D 27
Octal 257 27 201 0 127 32 37 476 115 47
Binary 10101111 10111 10000001 0 1010111 11010 11111 100111110 1001101 100111

Color Harmonies of #AF1781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1781

Black with #AF1781

Text Example


Text Example

White with #AF1781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1781; }

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

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

background-color css

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

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

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

border-color css

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

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

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