Html Css Color HEX #AF0497 Medium Violet Red

📋 copy color: '#AF0497'

red 175 ◦ green 4 ◦ blue 151

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

Shades of Medium Violet Red #AF0497

Tints of Medium Violet Red #AF0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 53.03%
G = 1.21%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0497 (or 0xAF0497) is known color: Medium Violet Red. HEX triplet: AF, 04 and 97. RGB value is (175,4,151). Sum of RGB (Red+Green+Blue) = 175+4+151=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0497 is #50FB68. Grayscale: #474747. Windows color (decimal): -5307241 or 9897135. OLE color: 9897135.

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

Color convert

RGB 175 4 151 -
CMYK 0 0.98 0.14 0.31
HSL 308.42º 0.96% 0.35% -
HSV(B) 308.42º 0.98% 0.69% -
XYZ 23.31 11.44 30.26 -
YUV 71.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 175 4 151 0 0.98 0.14 0.31 308.42 0.96 0.35
Hex AF 4 97 0 62 E 1F 134 60 23
Octal 257 4 227 0 142 16 37 464 140 43
Binary 10101111 100 10010111 0 1100010 1110 11111 100110100 1100000 100011

Color Harmonies of #AF0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0497

Black with #AF0497

Text Example


Text Example

White with #AF0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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