Html Css Color HEX #AF398F Medium Red Violet

📋 copy color: '#AF398F'

red 175 ◦ green 57 ◦ blue 143

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

Shades of Medium Red Violet #AF398F

Tints of Medium Red Violet #AF398F

RGB

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

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

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

R = 46.67%
G = 15.2%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF398F (or 0xAF398F) is known color: Medium Red Violet. HEX triplet: AF, 39 and 8F. RGB value is (175,57,143). Sum of RGB (Red+Green+Blue) = 175+57+143=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF398F is #50C670. Grayscale: #656565. Windows color (decimal): -5293681 or 9386415. OLE color: 9386415.

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

Color convert

RGB 175 57 143 -
CMYK 0 0.67 0.18 0.31
HSL 316.27º 0.51% 0.45% -
HSV(B) 316.27º 0.67% 0.69% -
XYZ 24.1 14.02 27.42 -
YUV 102.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 175 57 143 0 0.67 0.18 0.31 316.27 0.51 0.45
Hex AF 39 8F 0 43 12 1F 13C 33 2D
Octal 257 71 217 0 103 22 37 474 63 55
Binary 10101111 111001 10001111 0 1000011 10010 11111 100111100 110011 101101

Color Harmonies of #AF398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF398F

Black with #AF398F

Text Example


Text Example

White with #AF398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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