Html Css Color HEX #AF0597 Medium Violet Red

📋 copy color: '#AF0597'

red 175 ◦ green 5 ◦ blue 151

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

Shades of Medium Violet Red #AF0597

Tints of Medium Violet Red #AF0597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.62%

R = 52.87%
G = 1.51%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0597 (or 0xAF0597) is known color: Medium Violet Red. HEX triplet: AF, 05 and 97. RGB value is (175,5,151). Sum of RGB (Red+Green+Blue) = 175+5+151=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0597 is #50FA68. Grayscale: #484848. Windows color (decimal): -5306985 or 9897391. OLE color: 9897391.

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

Color convert

RGB 175 5 151 -
CMYK 0 0.97 0.14 0.31
HSL 308.47º 0.94% 0.35% -
HSV(B) 308.47º 0.97% 0.69% -
XYZ 23.32 11.46 30.26 -
YUV 72.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 175 5 151 0 0.97 0.14 0.31 308.47 0.94 0.35
Hex AF 5 97 0 61 E 1F 134 5E 23
Octal 257 5 227 0 141 16 37 464 136 43
Binary 10101111 101 10010111 0 1100001 1110 11111 100110100 1011110 100011

Color Harmonies of #AF0597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0597

Black with #AF0597

Text Example


Text Example

White with #AF0597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0597; }

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

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

background-color css

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

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

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

border-color css

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

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

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