#AF3998

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

Shades of Medium Red Violet #AF3998

Tints of Medium Red Violet #AF3998

Color information

#AF3998 (or 0xAF3998) is unknown color: approx Medium Red Violet. HEX triplet: AF, 39 and 98. RGB value is (175,57,152). Sum of RGB (Red+Green+Blue) = 175+57+152=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3998 is #50C667. Grayscale: #666666. Windows color (decimal): -5293672 or 9976239. OLE color: 9976239.

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

Color convert

RGB17557152-
CMYK00.670.130.31
HSL311.69º50.86%45.49%-
HSV(B)311.69º67.43%68.63%-
XYZ24.8114.3131.16-
YUV103.11155.59179.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 152 (59.77% from 255) = 39.58%
R=45.57%
G=14.84%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755715200.670.130.31311.6950.8645.49
HexAF3998043D1F138332d
Octal25771230010315374706355
Binary101011111110011001100001000011110111111100111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3998; }

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

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

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

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

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

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

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

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