#AF33A6

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

Shades of Medium Red Violet #AF33A6

Tints of Medium Red Violet #AF33A6

Color information

#AF33A6 (or 0xAF33A6) is unknown color: approx Medium Red Violet. HEX triplet: AF, 33 and A6. RGB value is (175,51,166). Sum of RGB (Red+Green+Blue) = 175+51+166=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF33A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF33A6 is #50CC59. Grayscale: #646464. Windows color (decimal): -5295194 or 10892207. OLE color: 10892207.

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

Color convert

RGB17551166-
CMYK00.710.050.31
HSL304.35º54.87%44.31%-
HSV(B)304.35º70.86%68.63%-
XYZ25.7514.2337.47-
YUV101.19164.58180.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 166 (65.23% from 255) = 42.35%
R=44.64%
G=13.01%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755116600.710.050.31304.3554.8744.31
HexAF33A604751F130372c
Octal2576324601075374606754
Binary10101111110011101001100100011110111111100110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF33A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF33A6; }

 p { color: rgb(175,51,166); }

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

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

 a { background-color: rgb(175,51,166); }

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

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

 span { border-color: rgb(175,51,166); }

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