Html Css Color HEX #AF1476 Medium Violet Red

📋 copy color: '#AF1476'

red 175 ◦ green 20 ◦ blue 118

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

Shades of Medium Violet Red #AF1476

Tints of Medium Violet Red #AF1476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 55.91%
G = 6.39%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF1476 (or 0xAF1476) is known color: Medium Violet Red. HEX triplet: AF, 14 and 76. RGB value is (175,20,118). Sum of RGB (Red+Green+Blue) = 175+20+118=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1476 is #50EB89. Grayscale: #4D4D4D. Windows color (decimal): -5303178 or 7738543. OLE color: 7738543.

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

Color convert

RGB 175 20 118 -
CMYK 0 0.89 0.33 0.31
HSL 322.06º 0.79% 0.38% -
HSV(B) 322.06º 0.89% 0.69% -
XYZ 21.2 10.92 18.13 -
YUV 77.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 175 20 118 0 0.89 0.33 0.31 322.06 0.79 0.38
Hex AF 14 76 0 59 21 1F 142 4F 26
Octal 257 24 166 0 131 41 37 502 117 46
Binary 10101111 10100 1110110 0 1011001 100001 11111 101000010 1001111 100110

Color Harmonies of #AF1476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1476

Black with #AF1476

Text Example


Text Example

White with #AF1476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1476; }

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

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

background-color css

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

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

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

border-color css

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

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

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