#AF3AA0

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

Shades of Medium Red Violet #AF3AA0

Tints of Medium Red Violet #AF3AA0

Color information

#AF3AA0 (or 0xAF3AA0) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3A and A0. RGB value is (175,58,160). Sum of RGB (Red+Green+Blue) = 175+58+160=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3AA0 is #50C55F. Grayscale: #686868. Windows color (decimal): -5293408 or 10500783. OLE color: 10500783.

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

Color convert

RGB17558160-
CMYK00.670.090.31
HSL307.69º50.21%45.69%-
HSV(B)307.69º66.86%68.63%-
XYZ25.5414.6834.74-
YUV104.61159.26178.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 58 (23.05% from 255) = 14.76%
BLUE value IS 160 (62.89% from 255) = 40.71%
R=44.53%
G=14.76%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755816000.670.090.31307.6950.2145.69
HexAF3AA004391F134322e
Octal25772240010311374646256
Binary101011111110101010000001000011100111111100110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3AA0; }

 p { color: rgb(175,58,160); }

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

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

 a { background-color: rgb(175,58,160); }

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

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

 span { border-color: rgb(175,58,160); }

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