Html Css Color HEX #AF058B Medium Violet Red

📋 copy color: '#AF058B'

red 175 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #AF058B

Tints of Medium Violet Red #AF058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 54.86%
G = 1.57%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF058B (or 0xAF058B) is known color: Medium Violet Red. HEX triplet: AF, 05 and 8B. RGB value is (175,5,139). Sum of RGB (Red+Green+Blue) = 175+5+139=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF058B is #50FA74. Grayscale: #464646. Windows color (decimal): -5306997 or 9110959. OLE color: 9110959.

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

Color convert

RGB 175 5 139 -
CMYK 0 0.97 0.21 0.31
HSL 312.71º 0.94% 0.35% -
HSV(B) 312.71º 0.97% 0.69% -
XYZ 22.39 11.09 25.39 -
YUV 71.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 175 5 139 0 0.97 0.21 0.31 312.71 0.94 0.35
Hex AF 5 8B 0 61 15 1F 139 5E 23
Octal 257 5 213 0 141 25 37 471 136 43
Binary 10101111 101 10001011 0 1100001 10101 11111 100111001 1011110 100011

Color Harmonies of #AF058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF058B

Black with #AF058B

Text Example


Text Example

White with #AF058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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