Html Css Color HEX #AF1281 Medium Violet Red

📋 copy color: '#AF1281'

red 175 ◦ green 18 ◦ blue 129

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

Shades of Medium Violet Red #AF1281

Tints of Medium Violet Red #AF1281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

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

R = 54.35%
G = 5.59%
B = 40.06%

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

#AF1281 (or 0xAF1281) is known color: Medium Violet Red. HEX triplet: AF, 12 and 81. RGB value is (175,18,129). Sum of RGB (Red+Green+Blue) = 175+18+129=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1281 is #50ED7E. Grayscale: #4D4D4D. Windows color (decimal): -5303679 or 8458927. OLE color: 8458927.

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

Color convert

RGB 175 18 129 -
CMYK 0 0.90 0.26 0.31
HSL 317.58º 0.81% 0.38% -
HSV(B) 317.58º 0.9% 0.69% -
XYZ 21.86 11.13 21.77 -
YUV 77.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 175 18 129 0 0.90 0.26 0.31 317.58 0.81 0.38
Hex AF 12 81 0 5A 1A 1F 13E 51 26
Octal 257 22 201 0 132 32 37 476 121 46
Binary 10101111 10010 10000001 0 1011010 11010 11111 100111110 1010001 100110

Color Harmonies of #AF1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1281

Black with #AF1281

Text Example


Text Example

White with #AF1281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1281; }

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

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

background-color css

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

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

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

border-color css

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

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

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