Html Css Color HEX #AF1181 Medium Violet Red

📋 copy color: '#AF1181'

red 175 ◦ green 17 ◦ blue 129

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

Shades of Medium Violet Red #AF1181

Tints of Medium Violet Red #AF1181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

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

R = 54.52%
G = 5.3%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF1181 (or 0xAF1181) is known color: Medium Violet Red. HEX triplet: AF, 11 and 81. RGB value is (175,17,129). Sum of RGB (Red+Green+Blue) = 175+17+129=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1181 is #50EE7E. Grayscale: #4C4C4C. Windows color (decimal): -5303935 or 8458671. OLE color: 8458671.

HSL color Cylindrical-coordinate representation of color #AF1181: hue angle of 317.47º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1181 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 129 -
CMYK 0 0.90 0.26 0.31
HSL 317.47º 0.82% 0.38% -
HSV(B) 317.47º 0.9% 0.69% -
XYZ 21.84 11.1 21.76 -
YUV 77.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 175 17 129 0 0.90 0.26 0.31 317.47 0.82 0.38
Hex AF 11 81 0 5A 1A 1F 13D 52 26
Octal 257 21 201 0 132 32 37 475 122 46
Binary 10101111 10001 10000001 0 1011010 11010 11111 100111101 1010010 100110

Color Harmonies of #AF1181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1181

Black with #AF1181

Text Example


Text Example

White with #AF1181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1181; }

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

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

background-color css

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

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

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

border-color css

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

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

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