Html Css Color HEX #AF4697 Medium Red Violet

📋 copy color: '#AF4697'

red 175 ◦ green 70 ◦ blue 151

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

Shades of Medium Red Violet #AF4697

Tints of Medium Red Violet #AF4697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 44.19%
G = 17.68%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF4697 (or 0xAF4697) is known color: Medium Red Violet. HEX triplet: AF, 46 and 97. RGB value is (175,70,151). Sum of RGB (Red+Green+Blue) = 175+70+151=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4697 is #50B968. Grayscale: #6E6E6E. Windows color (decimal): -5290345 or 9914031. OLE color: 9914031.

HSL color Cylindrical-coordinate representation of color #AF4697: hue angle of 313.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4697 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 151 -
CMYK 0 0.60 0.14 0.31
HSL 313.71º 0.43% 0.48% -
HSV(B) 313.71º 0.6% 0.69% -
XYZ 25.46 15.73 30.97 -
YUV 110.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 175 70 151 0 0.60 0.14 0.31 313.71 0.43 0.48
Hex AF 46 97 0 3C E 1F 13A 2B 30
Octal 257 106 227 0 74 16 37 472 53 60
Binary 10101111 1000110 10010111 0 111100 1110 11111 100111010 101011 110000

Color Harmonies of #AF4697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4697

Black with #AF4697

Text Example


Text Example

White with #AF4697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4697; }

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

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

background-color css

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

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

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

border-color css

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

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

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