Html Css Color HEX #AF328D Medium Red Violet

📋 copy color: '#AF328D'

red 175 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #AF328D

Tints of Medium Red Violet #AF328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 47.81%
G = 13.66%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF328D (or 0xAF328D) is known color: Medium Red Violet. HEX triplet: AF, 32 and 8D. RGB value is (175,50,141). Sum of RGB (Red+Green+Blue) = 175+50+141=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF328D is #50CD72. Grayscale: #616161. Windows color (decimal): -5295475 or 9253551. OLE color: 9253551.

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

Color convert

RGB 175 50 141 -
CMYK 0 0.71 0.19 0.31
HSL 316.32º 0.56% 0.44% -
HSV(B) 316.32º 0.71% 0.69% -
XYZ 23.63 13.32 26.52 -
YUV 97.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 175 50 141 0 0.71 0.19 0.31 316.32 0.56 0.44
Hex AF 32 8D 0 47 13 1F 13C 38 2C
Octal 257 62 215 0 107 23 37 474 70 54
Binary 10101111 110010 10001101 0 1000111 10011 11111 100111100 111000 101100

Color Harmonies of #AF328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF328D

Black with #AF328D

Text Example


Text Example

White with #AF328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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