#AF377D

Color #AF377D Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AF377D

Tints of Medium Red Violet #AF377D

Color information

#AF377D (or 0xAF377D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 37 and 7D. RGB value is (175,55,125). Sum of RGB (Red+Green+Blue) = 175+55+125=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF377D is #50C882. Grayscale: #626262. Windows color (decimal): -5294211 or 8206255. OLE color: 8206255.

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

Color convert

RGB17555125-
CMYK00.690.290.31
HSL325º52.17%45.1%-
HSV(B)325º68.57%68.63%-
XYZ22.7513.3320.78-
YUV98.86142.76182.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=49.30%
G=15.49%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755512500.690.290.3132552.1745.1
HexAF377D0451D1F145342d
Octal25767175010535375056455
Binary101011111101111111101010001011110111111101000101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF377D; }

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

 H1.HeaderClassName
 {
   color: #AF377D;
 }
 .AnyTagClassName
 {
   color: #AF377D;
 }
</style>
background-color css

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

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

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

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

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

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