#AF4484

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

Shades of Medium Red Violet #AF4484

Tints of Medium Red Violet #AF4484

Color information

#AF4484 (or 0xAF4484) is unknown color: approx Medium Red Violet. HEX triplet: AF, 44 and 84. RGB value is (175,68,132). Sum of RGB (Red+Green+Blue) = 175+68+132=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4484 is #50BB7B. Grayscale: #6B6B6B. Windows color (decimal): -5290876 or 8668335. OLE color: 8668335.

HSL color Cylindrical-coordinate representation of color #AF4484: hue angle of 324.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4484 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17568132-
CMYK00.610.250.31
HSL324.11º44.03%47.65%-
HSV(B)324.11º61.14%68.63%-
XYZ23.9114.9123.45-
YUV107.29141.95176.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=46.67%
G=18.13%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756813200.610.250.31324.1144.0347.65
HexAF448403D191F1442c30
Octal25710420407531375045460
Binary1010111110001001000010001111011100111111101000100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4484; }

 p { color: rgb(175,68,132); }

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

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

 a { background-color: rgb(175,68,132); }

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

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

 span { border-color: rgb(175,68,132); }

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