Html Css Color HEX #AF328F Medium Red Violet

📋 copy color: '#AF328F'

red 175 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #AF328F

Tints of Medium Red Violet #AF328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 47.55%
G = 13.59%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF328F (or 0xAF328F) is known color: Medium Red Violet. HEX triplet: AF, 32 and 8F. RGB value is (175,50,143). Sum of RGB (Red+Green+Blue) = 175+50+143=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF328F is #50CD70. Grayscale: #616161. Windows color (decimal): -5295473 or 9384623. OLE color: 9384623.

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

Color convert

RGB 175 50 143 -
CMYK 0 0.71 0.18 0.31
HSL 315.36º 0.56% 0.44% -
HSV(B) 315.36º 0.71% 0.69% -
XYZ 23.78 13.38 27.32 -
YUV 97.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 175 50 143 0 0.71 0.18 0.31 315.36 0.56 0.44
Hex AF 32 8F 0 47 12 1F 13B 38 2C
Octal 257 62 217 0 107 22 37 473 70 54
Binary 10101111 110010 10001111 0 1000111 10010 11111 100111011 111000 101100

Color Harmonies of #AF328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF328F

Black with #AF328F

Text Example


Text Example

White with #AF328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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