Html Css Color HEX #AF078E Medium Violet Red

📋 copy color: '#AF078E'

red 175 ◦ green 7 ◦ blue 142

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

Shades of Medium Violet Red #AF078E

Tints of Medium Violet Red #AF078E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 54.01%
G = 2.16%
B = 43.83%

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

#AF078E (or 0xAF078E) is known color: Medium Violet Red. HEX triplet: AF, 07 and 8E. RGB value is (175,7,142). Sum of RGB (Red+Green+Blue) = 175+7+142=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF078E is #50F871. Grayscale: #484848. Windows color (decimal): -5306482 or 9308079. OLE color: 9308079.

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

Color convert

RGB 175 7 142 -
CMYK 0 0.96 0.19 0.31
HSL 311.79º 0.92% 0.36% -
HSV(B) 311.79º 0.96% 0.69% -
XYZ 22.64 11.22 26.56 -
YUV 72.62 167.16 201.02 -
System Red Green Blue C M Y K H S L
Decimal 175 7 142 0 0.96 0.19 0.31 311.79 0.92 0.36
Hex AF 7 8E 0 60 13 1F 138 5C 24
Octal 257 7 216 0 140 23 37 470 134 44
Binary 10101111 111 10001110 0 1100000 10011 11111 100111000 1011100 100100

Color Harmonies of #AF078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF078E

Black with #AF078E

Text Example


Text Example

White with #AF078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF078E; }

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

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

background-color css

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

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

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

border-color css

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

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

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