Html Css Color HEX #AF397C Medium Red Violet

📋 copy color: '#AF397C'

red 175 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #AF397C

Tints of Medium Red Violet #AF397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.01%

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

R = 49.16%
G = 16.01%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF397C (or 0xAF397C) is known color: Medium Red Violet. HEX triplet: AF, 39 and 7C. RGB value is (175,57,124). Sum of RGB (Red+Green+Blue) = 175+57+124=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF397C is #50C683. Grayscale: #636363. Windows color (decimal): -5293700 or 8141231. OLE color: 8141231.

HSL color Cylindrical-coordinate representation of color #AF397C: hue angle of 325.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF397C is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 57 124 -
CMYK 0 0.67 0.29 0.31
HSL 325.93º 0.51% 0.45% -
HSV(B) 325.93º 0.67% 0.69% -
XYZ 22.78 13.5 20.47 -
YUV 99.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 175 57 124 0 0.67 0.29 0.31 325.93 0.51 0.45
Hex AF 39 7C 0 43 1D 1F 146 33 2D
Octal 257 71 174 0 103 35 37 506 63 55
Binary 10101111 111001 1111100 0 1000011 11101 11111 101000110 110011 101101

Color Harmonies of #AF397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF397C

Black with #AF397C

Text Example


Text Example

White with #AF397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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