Html Css Color HEX #AF329D Medium Red Violet

📋 copy color: '#AF329D'

red 175 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #AF329D

Tints of Medium Red Violet #AF329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.09%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 45.81%
G = 13.09%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF329D (or 0xAF329D) is known color: Medium Red Violet. HEX triplet: AF, 32 and 9D. RGB value is (175,50,157). Sum of RGB (Red+Green+Blue) = 175+50+157=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF329D is #50CD62. Grayscale: #636363. Windows color (decimal): -5295459 or 10302127. OLE color: 10302127.

HSL color Cylindrical-coordinate representation of color #AF329D: hue angle of 308.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF329D is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 157 -
CMYK 0 0.71 0.10 0.31
HSL 308.64º 0.56% 0.44% -
HSV(B) 308.64º 0.71% 0.69% -
XYZ 24.91 13.83 33.25 -
YUV 99.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 175 50 157 0 0.71 0.10 0.31 308.64 0.56 0.44
Hex AF 32 9D 0 47 A 1F 135 38 2C
Octal 257 62 235 0 107 12 37 465 70 54
Binary 10101111 110010 10011101 0 1000111 1010 11111 100110101 111000 101100

Color Harmonies of #AF329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF329D

Black with #AF329D

Text Example


Text Example

White with #AF329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF329D; }

 p { color: rgb(175,50,157); }

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

background-color css

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

 a { background-color: rgb(175,50,157); }

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

border-color css

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

 span { border-color: rgb(175,50,157); }

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