#AF368D

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

Shades of Medium Red Violet #AF368D

Tints of Medium Red Violet #AF368D

Color information

#AF368D (or 0xAF368D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 36 and 8D. RGB value is (175,54,141). Sum of RGB (Red+Green+Blue) = 175+54+141=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF368D is #50C972. Grayscale: #636363. Windows color (decimal): -5294451 or 9254575. OLE color: 9254575.

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

Color convert

RGB17554141-
CMYK00.690.190.31
HSL316.86º52.84%44.9%-
HSV(B)316.86º69.14%68.63%-
XYZ23.8113.6826.58-
YUV100.1151.09181.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 54 (21.48% from 255) = 14.59%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=47.30%
G=14.59%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755414100.690.190.31316.8652.8444.9
HexAF368D045131F13d352d
Octal25766215010523374756555
Binary1010111111011010001101010001011001111111100111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF368D; }

 p { color: rgb(175,54,141); }

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

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

 a { background-color: rgb(175,54,141); }

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

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

 span { border-color: rgb(175,54,141); }

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