Html Css Color HEX #AF2673 Medium Red Violet

📋 copy color: '#AF2673'

red 175 ◦ green 38 ◦ blue 115

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

Shades of Medium Red Violet #AF2673

Tints of Medium Red Violet #AF2673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

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

R = 53.35%
G = 11.59%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF2673 (or 0xAF2673) is known color: Medium Red Violet. HEX triplet: AF, 26 and 73. RGB value is (175,38,115). Sum of RGB (Red+Green+Blue) = 175+38+115=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2673 is #50D98C. Grayscale: #575757. Windows color (decimal): -5298573 or 7546543. OLE color: 7546543.

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

Color convert

RGB 175 38 115 -
CMYK 0 0.78 0.34 0.31
HSL 326.28º 0.64% 0.42% -
HSV(B) 326.28º 0.78% 0.69% -
XYZ 21.47 11.74 17.35 -
YUV 87.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 175 38 115 0 0.78 0.34 0.31 326.28 0.64 0.42
Hex AF 26 73 0 4E 22 1F 146 40 2A
Octal 257 46 163 0 116 42 37 506 100 52
Binary 10101111 100110 1110011 0 1001110 100010 11111 101000110 1000000 101010

Color Harmonies of #AF2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2673

Black with #AF2673

Text Example


Text Example

White with #AF2673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2673; }

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

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

background-color css

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

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

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

border-color css

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

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

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