#AF367A

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

Shades of Medium Red Violet #AF367A

Tints of Medium Red Violet #AF367A

Color information

#AF367A (or 0xAF367A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 36 and 7A. RGB value is (175,54,122). Sum of RGB (Red+Green+Blue) = 175+54+122=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF367A is #50C985. Grayscale: #616161. Windows color (decimal): -5294470 or 8009391. OLE color: 8009391.

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

Color convert

RGB17554122-
CMYK00.690.300.31
HSL326.28º52.84%44.9%-
HSV(B)326.28º69.14%68.63%-
XYZ22.5113.1619.77-
YUV97.93141.59182.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 54 (21.48% from 255) = 15.38%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=49.86%
G=15.38%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755412200.690.300.31326.2852.8444.9
HexAF367A0451E1F146352d
Octal25766172010536375066555
Binary101011111101101111010010001011111011111101000110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF367A; }

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

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

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

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

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

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

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

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