Html Css Color HEX #AF379D Medium Red Violet

📋 copy color: '#AF379D'

red 175 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #AF379D

Tints of Medium Red Violet #AF379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.21%

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 45.22%
G = 14.21%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF379D (or 0xAF379D) is known color: Medium Red Violet. HEX triplet: AF, 37 and 9D. RGB value is (175,55,157). Sum of RGB (Red+Green+Blue) = 175+55+157=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF379D is #50C862. Grayscale: #666666. Windows color (decimal): -5294179 or 10303407. OLE color: 10303407.

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

Color convert

RGB 175 55 157 -
CMYK 0 0.69 0.10 0.31
HSL 309º 0.52% 0.45% -
HSV(B) 309º 0.69% 0.69% -
XYZ 25.13 14.28 33.33 -
YUV 102.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 175 55 157 0 0.69 0.10 0.31 309 0.52 0.45
Hex AF 37 9D 0 45 A 1F 135 34 2D
Octal 257 67 235 0 105 12 37 465 64 55
Binary 10101111 110111 10011101 0 1000101 1010 11111 100110101 110100 101101

Color Harmonies of #AF379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF379D

Black with #AF379D

Text Example


Text Example

White with #AF379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF379D; }

 p { color: rgb(175,55,157); }

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

background-color css

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

 a { background-color: rgb(175,55,157); }

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

border-color css

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

 span { border-color: rgb(175,55,157); }

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