#A33E8D

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

Shades of Medium Red Violet #A33E8D

Tints of Medium Red Violet #A33E8D

Color information

#A33E8D (or 0xA33E8D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3E and 8D. RGB value is (163,62,141). Sum of RGB (Red+Green+Blue) = 163+62+141=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33E8D is #5CC172. Grayscale: #646464. Windows color (decimal): -6078835 or 9256611. OLE color: 9256611.

HSL color Cylindrical-coordinate representation of color #A33E8D: hue angle of 313.07º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A33E8D is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16362141-
CMYK00.620.130.36
HSL313.07º44.89%44.12%-
HSV(B)313.07º61.96%63.92%-
XYZ21.6313.1526.6-
YUV101.2150.46172.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=44.54%
G=16.94%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636214100.620.130.36313.0744.8944.12
HexA33E8D03ED241392d2c
Octal2437621507615444715554
Binary101000111111101000110101111101101100100100111001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E8D; }

 p { color: rgb(163,62,141); }

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

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

 a { background-color: rgb(163,62,141); }

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

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

 span { border-color: rgb(163,62,141); }

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