Html Css Color HEX #AF1481 Medium Violet Red

📋 copy color: '#AF1481'

red 175 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #AF1481

Tints of Medium Violet Red #AF1481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

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

R = 54.01%
G = 6.17%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF1481 (or 0xAF1481) is known color: Medium Violet Red. HEX triplet: AF, 14 and 81. RGB value is (175,20,129). Sum of RGB (Red+Green+Blue) = 175+20+129=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1481 is #50EB7E. Grayscale: #4E4E4E. Windows color (decimal): -5303167 or 8459439. OLE color: 8459439.

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

Color convert

RGB 175 20 129 -
CMYK 0 0.89 0.26 0.31
HSL 317.81º 0.79% 0.38% -
HSV(B) 317.81º 0.89% 0.69% -
XYZ 21.89 11.2 21.78 -
YUV 78.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 175 20 129 0 0.89 0.26 0.31 317.81 0.79 0.38
Hex AF 14 81 0 59 1A 1F 13E 4F 26
Octal 257 24 201 0 131 32 37 476 117 46
Binary 10101111 10100 10000001 0 1011001 11010 11111 100111110 1001111 100110

Color Harmonies of #AF1481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1481

Black with #AF1481

Text Example


Text Example

White with #AF1481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1481; }

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

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

background-color css

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

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

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

border-color css

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

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

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