Html Css Color HEX #AF058C Medium Violet Red

📋 copy color: '#AF058C'

red 175 ◦ green 5 ◦ blue 140

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

Shades of Medium Violet Red #AF058C

Tints of Medium Violet Red #AF058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 54.69%
G = 1.56%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF058C (or 0xAF058C) is known color: Medium Violet Red. HEX triplet: AF, 05 and 8C. RGB value is (175,5,140). Sum of RGB (Red+Green+Blue) = 175+5+140=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF058C is #50FA73. Grayscale: #464646. Windows color (decimal): -5306996 or 9176495. OLE color: 9176495.

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

Color convert

RGB 175 5 140 -
CMYK 0 0.97 0.2 0.31
HSL 312.35º 0.94% 0.35% -
HSV(B) 312.35º 0.97% 0.69% -
XYZ 22.47 11.12 25.77 -
YUV 71.22 166.82 202.02 -
System Red Green Blue C M Y K H S L
Decimal 175 5 140 0 0.97 0.2 0.31 312.35 0.94 0.35
Hex AF 5 8C 0 61 14 1F 138 5E 23
Octal 257 5 214 0 141 24 37 470 136 43
Binary 10101111 101 10001100 0 1100001 10100 11111 100111000 1011110 100011

Color Harmonies of #AF058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF058C

Black with #AF058C

Text Example


Text Example

White with #AF058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF058C; }

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

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

background-color css

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

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

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

border-color css

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

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

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