#AF4092

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

Shades of Medium Red Violet #AF4092

Tints of Medium Red Violet #AF4092

Color information

#AF4092 (or 0xAF4092) is unknown color: approx Medium Red Violet. HEX triplet: AF, 40 and 92. RGB value is (175,64,146). Sum of RGB (Red+Green+Blue) = 175+64+146=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4092 is #50BF6D. Grayscale: #6A6A6A. Windows color (decimal): -5291886 or 9584815. OLE color: 9584815.

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

Color convert

RGB17564146-
CMYK00.630.170.31
HSL315.68º46.44%46.86%-
HSV(B)315.68º63.43%68.63%-
XYZ24.714.8628.76-
YUV106.54150.27176.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=45.45%
G=16.62%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756414600.630.170.31315.6846.4446.86
HexAF409203F111F13c2e2f
Octal25710022207721374745657
Binary1010111110000001001001001111111000111111100111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4092; }

 p { color: rgb(175,64,146); }

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

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

 a { background-color: rgb(175,64,146); }

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

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

 span { border-color: rgb(175,64,146); }

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