Html Css Color HEX #AF327C Medium Red Violet

📋 copy color: '#AF327C'

red 175 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #AF327C

Tints of Medium Red Violet #AF327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 50.14%
G = 14.33%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF327C (or 0xAF327C) is known color: Medium Red Violet. HEX triplet: AF, 32 and 7C. RGB value is (175,50,124). Sum of RGB (Red+Green+Blue) = 175+50+124=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF327C is #50CD83. Grayscale: #5F5F5F. Windows color (decimal): -5295492 or 8139439. OLE color: 8139439.

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

Color convert

RGB 175 50 124 -
CMYK 0 0.71 0.29 0.31
HSL 324.48º 0.56% 0.44% -
HSV(B) 324.48º 0.71% 0.69% -
XYZ 22.46 12.85 20.37 -
YUV 95.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 175 50 124 0 0.71 0.29 0.31 324.48 0.56 0.44
Hex AF 32 7C 0 47 1D 1F 144 38 2C
Octal 257 62 174 0 107 35 37 504 70 54
Binary 10101111 110010 1111100 0 1000111 11101 11111 101000100 111000 101100

Color Harmonies of #AF327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF327C

Black with #AF327C

Text Example


Text Example

White with #AF327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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