Html Css Color HEX #AF329B Medium Red Violet

📋 copy color: '#AF329B'

red 175 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #AF329B

Tints of Medium Red Violet #AF329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 46.05%
G = 13.16%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF329B (or 0xAF329B) is known color: Medium Red Violet. HEX triplet: AF, 32 and 9B. RGB value is (175,50,155). Sum of RGB (Red+Green+Blue) = 175+50+155=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF329B is #50CD64. Grayscale: #636363. Windows color (decimal): -5295461 or 10171055. OLE color: 10171055.

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

Color convert

RGB 175 50 155 -
CMYK 0 0.71 0.11 0.31
HSL 309.6º 0.56% 0.44% -
HSV(B) 309.6º 0.71% 0.69% -
XYZ 24.74 13.76 32.36 -
YUV 99.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 175 50 155 0 0.71 0.11 0.31 309.6 0.56 0.44
Hex AF 32 9B 0 47 B 1F 136 38 2C
Octal 257 62 233 0 107 13 37 466 70 54
Binary 10101111 110010 10011011 0 1000111 1011 11111 100110110 111000 101100

Color Harmonies of #AF329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF329B

Black with #AF329B

Text Example


Text Example

White with #AF329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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