#AF30A4

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

Shades of Medium Red Violet #AF30A4

Tints of Medium Red Violet #AF30A4

Color information

#AF30A4 (or 0xAF30A4) is unknown color: approx Medium Red Violet. HEX triplet: AF, 30 and A4. RGB value is (175,48,164). Sum of RGB (Red+Green+Blue) = 175+48+164=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF30A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF30A4 is #50CF5B. Grayscale: #626262. Windows color (decimal): -5295964 or 10760367. OLE color: 10760367.

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

Color convert

RGB17548164-
CMYK00.730.060.31
HSL305.2º56.95%43.73%-
HSV(B)305.2º72.57%68.63%-
XYZ25.4413.9136.47-
YUV99.2164.58182.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 48 (19.14% from 255) = 12.40%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=45.22%
G=12.40%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754816400.730.060.31305.256.9543.73
HexAF30A404961F131392c
Octal2576024401116374617154
Binary10101111110000101001000100100111011111100110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF30A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF30A4; }

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

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

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

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

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

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

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

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