#AF4084

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

Shades of Medium Red Violet #AF4084

Tints of Medium Red Violet #AF4084

Color information

#AF4084 (or 0xAF4084) is unknown color: approx Medium Red Violet. HEX triplet: AF, 40 and 84. RGB value is (175,64,132). Sum of RGB (Red+Green+Blue) = 175+64+132=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4084 is #50BF7B. Grayscale: #686868. Windows color (decimal): -5291900 or 8667311. OLE color: 8667311.

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

Color convert

RGB17564132-
CMYK00.630.250.31
HSL323.24º46.44%46.86%-
HSV(B)323.24º63.43%68.63%-
XYZ23.6814.4523.37-
YUV104.94143.27177.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=47.17%
G=17.25%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756413200.630.250.31323.2446.4446.86
HexAF408403F191F1432e2f
Octal25710020407731375035657
Binary1010111110000001000010001111111100111111101000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4084; }

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

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

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

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

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

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

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

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