#AF4698

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

Shades of Medium Red Violet #AF4698

Tints of Medium Red Violet #AF4698

Color information

#AF4698 (or 0xAF4698) is unknown color: approx Medium Red Violet. HEX triplet: AF, 46 and 98. RGB value is (175,70,152). Sum of RGB (Red+Green+Blue) = 175+70+152=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4698 is #50B967. Grayscale: #6E6E6E. Windows color (decimal): -5290344 or 9979567. OLE color: 9979567.

HSL color Cylindrical-coordinate representation of color #AF4698: hue angle of 313.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4698 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17570152-
CMYK00.600.130.31
HSL313.14º42.86%48.04%-
HSV(B)313.14º60%68.63%-
XYZ25.5415.7631.4-
YUV110.74151.29173.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=44.08%
G=17.63%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757015200.600.130.31313.1442.8648.04
HexAF469803CD1F1392b30
Octal25710623007415374715360
Binary101011111000110100110000111100110111111100111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4698; }

 p { color: rgb(175,70,152); }

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

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

 a { background-color: rgb(175,70,152); }

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

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

 span { border-color: rgb(175,70,152); }

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