#AF308A

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

Shades of Medium Red Violet #AF308A

Tints of Medium Red Violet #AF308A

Color information

#AF308A (or 0xAF308A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 30 and 8A. RGB value is (175,48,138). Sum of RGB (Red+Green+Blue) = 175+48+138=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF308A is #50CF75. Grayscale: #606060. Windows color (decimal): -5295990 or 9056431. OLE color: 9056431.

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

Color convert

RGB17548138-
CMYK00.730.210.31
HSL317.48º56.95%43.73%-
HSV(B)317.48º72.57%68.63%-
XYZ23.3213.0625.34-
YUV96.23151.58184.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=48.48%
G=13.30%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754813800.730.210.31317.4856.9543.73
HexAF308A049151F13d392c
Octal25760212011125374757154
Binary1010111111000010001010010010011010111111100111101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF308A; }

 p { color: rgb(175,48,138); }

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

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

 a { background-color: rgb(175,48,138); }

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

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

 span { border-color: rgb(175,48,138); }

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