Html Css Color HEX #AF329C Medium Red Violet

📋 copy color: '#AF329C'

red 175 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #AF329C

Tints of Medium Red Violet #AF329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 45.93%
G = 13.12%
B = 40.94%

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

#AF329C (or 0xAF329C) is known color: Medium Red Violet. HEX triplet: AF, 32 and 9C. RGB value is (175,50,156). Sum of RGB (Red+Green+Blue) = 175+50+156=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF329C is #50CD63. Grayscale: #636363. Windows color (decimal): -5295460 or 10236591. OLE color: 10236591.

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

Color convert

RGB 175 50 156 -
CMYK 0 0.71 0.11 0.31
HSL 309.12º 0.56% 0.44% -
HSV(B) 309.12º 0.71% 0.69% -
XYZ 24.82 13.8 32.81 -
YUV 99.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 175 50 156 0 0.71 0.11 0.31 309.12 0.56 0.44
Hex AF 32 9C 0 47 B 1F 135 38 2C
Octal 257 62 234 0 107 13 37 465 70 54
Binary 10101111 110010 10011100 0 1000111 1011 11111 100110101 111000 101100

Color Harmonies of #AF329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF329C

Black with #AF329C

Text Example


Text Example

White with #AF329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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