Html Css Color HEX #AF3273 Medium Red Violet

📋 copy color: '#AF3273'

red 175 ◦ green 50 ◦ blue 115

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

Shades of Medium Red Violet #AF3273

Tints of Medium Red Violet #AF3273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 51.47%
G = 14.71%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF3273 (or 0xAF3273) is known color: Medium Red Violet. HEX triplet: AF, 32 and 73. RGB value is (175,50,115). Sum of RGB (Red+Green+Blue) = 175+50+115=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3273 is #50CD8C. Grayscale: #5E5E5E. Windows color (decimal): -5295501 or 7549615. OLE color: 7549615.

HSL color Cylindrical-coordinate representation of color #AF3273: hue angle of 328.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3273 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 115 -
CMYK 0 0.71 0.34 0.31
HSL 328.8º 0.56% 0.44% -
HSV(B) 328.8º 0.71% 0.69% -
XYZ 21.91 12.63 17.5 -
YUV 94.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 175 50 115 0 0.71 0.34 0.31 328.8 0.56 0.44
Hex AF 32 73 0 47 22 1F 149 38 2C
Octal 257 62 163 0 107 42 37 511 70 54
Binary 10101111 110010 1110011 0 1000111 100010 11111 101001001 111000 101100

Color Harmonies of #AF3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3273

Black with #AF3273

Text Example


Text Example

White with #AF3273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3273; }

 p { color: rgb(175,50,115); }

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

background-color css

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

 a { background-color: rgb(175,50,115); }

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

border-color css

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

 span { border-color: rgb(175,50,115); }

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