Html Css Color HEX #AF078D Medium Violet Red

📋 copy color: '#AF078D'

red 175 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #AF078D

Tints of Medium Violet Red #AF078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 54.18%
G = 2.17%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF078D (or 0xAF078D) is known color: Medium Violet Red. HEX triplet: AF, 07 and 8D. RGB value is (175,7,141). Sum of RGB (Red+Green+Blue) = 175+7+141=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF078D is #50F872. Grayscale: #484848. Windows color (decimal): -5306483 or 9242543. OLE color: 9242543.

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

Color convert

RGB 175 7 141 -
CMYK 0 0.96 0.19 0.31
HSL 312.14º 0.92% 0.36% -
HSV(B) 312.14º 0.96% 0.69% -
XYZ 22.56 11.19 26.17 -
YUV 72.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 175 7 141 0 0.96 0.19 0.31 312.14 0.92 0.36
Hex AF 7 8D 0 60 13 1F 138 5C 24
Octal 257 7 215 0 140 23 37 470 134 44
Binary 10101111 111 10001101 0 1100000 10011 11111 100111000 1011100 100100

Color Harmonies of #AF078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF078D

Black with #AF078D

Text Example


Text Example

White with #AF078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF078D; }

 p { color: rgb(175,7,141); }

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

background-color css

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

 a { background-color: rgb(175,7,141); }

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

border-color css

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

 span { border-color: rgb(175,7,141); }

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