#AF4286

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

Shades of Medium Red Violet #AF4286

Tints of Medium Red Violet #AF4286

Color information

#AF4286 (or 0xAF4286) is unknown color: approx Medium Red Violet. HEX triplet: AF, 42 and 86. RGB value is (175,66,134). Sum of RGB (Red+Green+Blue) = 175+66+134=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4286 is #50BD79. Grayscale: #6A6A6A. Windows color (decimal): -5291386 or 8798895. OLE color: 8798895.

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

Color convert

RGB17566134-
CMYK00.620.230.31
HSL322.57º45.23%47.25%-
HSV(B)322.57º62.29%68.63%-
XYZ23.9314.7324.14-
YUV106.34143.61176.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=46.67%
G=17.6%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756613400.620.230.31322.5745.2347.25
HexAF428603E171F1432d2f
Octal25710220607627375035557
Binary1010111110000101000011001111101011111111101000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4286; }

 p { color: rgb(175,66,134); }

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

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

 a { background-color: rgb(175,66,134); }

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

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

 span { border-color: rgb(175,66,134); }

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