Html Css Color HEX #AF078B Medium Violet Red

📋 copy color: '#AF078B'

red 175 ◦ green 7 ◦ blue 139

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

Shades of Medium Violet Red #AF078B

Tints of Medium Violet Red #AF078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 54.52%
G = 2.18%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF078B (or 0xAF078B) is known color: Medium Violet Red. HEX triplet: AF, 07 and 8B. RGB value is (175,7,139). Sum of RGB (Red+Green+Blue) = 175+7+139=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF078B is #50F874. Grayscale: #474747. Windows color (decimal): -5306485 or 9111471. OLE color: 9111471.

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

Color convert

RGB 175 7 139 -
CMYK 0 0.96 0.21 0.31
HSL 312.86º 0.92% 0.36% -
HSV(B) 312.86º 0.96% 0.69% -
XYZ 22.42 11.13 25.39 -
YUV 72.28 165.66 201.27 -
System Red Green Blue C M Y K H S L
Decimal 175 7 139 0 0.96 0.21 0.31 312.86 0.92 0.36
Hex AF 7 8B 0 60 15 1F 139 5C 24
Octal 257 7 213 0 140 25 37 471 134 44
Binary 10101111 111 10001011 0 1100000 10101 11111 100111001 1011100 100100

Color Harmonies of #AF078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF078B

Black with #AF078B

Text Example


Text Example

White with #AF078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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