Html Css Color HEX #AF276F Medium Red Violet

📋 copy color: '#AF276F'

red 175 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #AF276F

Tints of Medium Red Violet #AF276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 53.85%
G = 12%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF276F (or 0xAF276F) is known color: Medium Red Violet. HEX triplet: AF, 27 and 6F. RGB value is (175,39,111). Sum of RGB (Red+Green+Blue) = 175+39+111=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF276F is #50D890. Grayscale: #575757. Windows color (decimal): -5298321 or 7284655. OLE color: 7284655.

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

Color convert

RGB 175 39 111 -
CMYK 0 0.78 0.37 0.31
HSL 328.24º 0.64% 0.42% -
HSV(B) 328.24º 0.78% 0.69% -
XYZ 21.27 11.71 16.18 -
YUV 87.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 175 39 111 0 0.78 0.37 0.31 328.24 0.64 0.42
Hex AF 27 6F 0 4E 25 1F 148 40 2A
Octal 257 47 157 0 116 45 37 510 100 52
Binary 10101111 100111 1101111 0 1001110 100101 11111 101001000 1000000 101010

Color Harmonies of #AF276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF276F

Black with #AF276F

Text Example


Text Example

White with #AF276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF276F; }

 p { color: rgb(175,39,111); }

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

background-color css

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

 a { background-color: rgb(175,39,111); }

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

border-color css

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

 span { border-color: rgb(175,39,111); }

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