Html Css Color HEX #AF2674 Medium Red Violet

📋 copy color: '#AF2674'

red 175 ◦ green 38 ◦ blue 116

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

Shades of Medium Red Violet #AF2674

Tints of Medium Red Violet #AF2674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 53.19%
G = 11.55%
B = 35.26%

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

#AF2674 (or 0xAF2674) is known color: Medium Red Violet. HEX triplet: AF, 26 and 74. RGB value is (175,38,116). Sum of RGB (Red+Green+Blue) = 175+38+116=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2674 is #50D98B. Grayscale: #575757. Windows color (decimal): -5298572 or 7612079. OLE color: 7612079.

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

Color convert

RGB 175 38 116 -
CMYK 0 0.78 0.34 0.31
HSL 325.84º 0.64% 0.42% -
HSV(B) 325.84º 0.78% 0.69% -
XYZ 21.52 11.76 17.66 -
YUV 87.86 143.89 190.16 -
System Red Green Blue C M Y K H S L
Decimal 175 38 116 0 0.78 0.34 0.31 325.84 0.64 0.42
Hex AF 26 74 0 4E 22 1F 146 40 2A
Octal 257 46 164 0 116 42 37 506 100 52
Binary 10101111 100110 1110100 0 1001110 100010 11111 101000110 1000000 101010

Color Harmonies of #AF2674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2674

Black with #AF2674

Text Example


Text Example

White with #AF2674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2674; }

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

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

background-color css

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

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

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

border-color css

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

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

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