Html Css Color HEX #AF1497 Medium Violet Red

📋 copy color: '#AF1497'

red 175 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #AF1497

Tints of Medium Violet Red #AF1497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 50.58%
G = 5.78%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF1497 (or 0xAF1497) is known color: Medium Violet Red. HEX triplet: AF, 14 and 97. RGB value is (175,20,151). Sum of RGB (Red+Green+Blue) = 175+20+151=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1497 is #50EB68. Grayscale: #505050. Windows color (decimal): -5303145 or 9901231. OLE color: 9901231.

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

Color convert

RGB 175 20 151 -
CMYK 0 0.89 0.14 0.31
HSL 309.29º 0.79% 0.38% -
HSV(B) 309.29º 0.89% 0.69% -
XYZ 23.52 11.85 30.33 -
YUV 81.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 175 20 151 0 0.89 0.14 0.31 309.29 0.79 0.38
Hex AF 14 97 0 59 E 1F 135 4F 26
Octal 257 24 227 0 131 16 37 465 117 46
Binary 10101111 10100 10010111 0 1011001 1110 11111 100110101 1001111 100110

Color Harmonies of #AF1497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1497

Black with #AF1497

Text Example


Text Example

White with #AF1497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1497; }

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

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

background-color css

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

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

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

border-color css

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

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

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