Html Css Color HEX #AF2078 Medium Red Violet

📋 copy color: '#AF2078'

red 175 ◦ green 32 ◦ blue 120

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

Shades of Medium Red Violet #AF2078

Tints of Medium Red Violet #AF2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

 BLUE value IS 120 (47.27% from 255) = 36.7%

R = 53.52%
G = 9.79%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF2078 (or 0xAF2078) is known color: Medium Red Violet. HEX triplet: AF, 20 and 78. RGB value is (175,32,120). Sum of RGB (Red+Green+Blue) = 175+32+120=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2078 is #50DF87. Grayscale: #545454. Windows color (decimal): -5300104 or 7872687. OLE color: 7872687.

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

Color convert

RGB 175 32 120 -
CMYK 0 0.82 0.31 0.31
HSL 323.08º 0.69% 0.41% -
HSV(B) 323.08º 0.82% 0.69% -
XYZ 21.59 11.5 18.85 -
YUV 84.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 175 32 120 0 0.82 0.31 0.31 323.08 0.69 0.41
Hex AF 20 78 0 52 1F 1F 143 45 29
Octal 257 40 170 0 122 37 37 503 105 51
Binary 10101111 100000 1111000 0 1010010 11111 11111 101000011 1000101 101001

Color Harmonies of #AF2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2078

Black with #AF2078

Text Example


Text Example

White with #AF2078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2078; }

 p { color: rgb(175,32,120); }

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

background-color css

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

 a { background-color: rgb(175,32,120); }

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

border-color css

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

 span { border-color: rgb(175,32,120); }

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