#AF34A4

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

Shades of Medium Red Violet #AF34A4

Tints of Medium Red Violet #AF34A4

Color information

#AF34A4 (or 0xAF34A4) is unknown color: approx Medium Red Violet. HEX triplet: AF, 34 and A4. RGB value is (175,52,164). Sum of RGB (Red+Green+Blue) = 175+52+164=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF34A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF34A4 is #50CB5B. Grayscale: #656565. Windows color (decimal): -5294940 or 10761391. OLE color: 10761391.

HSL color Cylindrical-coordinate representation of color #AF34A4: hue angle of 305.37º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF34A4 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17552164-
CMYK00.700.060.31
HSL305.37º54.19%44.51%-
HSV(B)305.37º70.29%68.63%-
XYZ25.6114.2536.52-
YUV101.54163.25180.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 52 (20.70% from 255) = 13.30%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=44.76%
G=13.30%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755216400.700.060.31305.3754.1944.51
HexAF34A404661F131362d
Octal2576424401066374616655
Binary10101111110100101001000100011011011111100110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF34A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF34A4; }

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

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

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

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

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

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

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

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