#A33E7E

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

Shades of Medium Red Violet #A33E7E

Tints of Medium Red Violet #A33E7E

Color information

#A33E7E (or 0xA33E7E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 3E and 7E. RGB value is (163,62,126). Sum of RGB (Red+Green+Blue) = 163+62+126=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E7E is #5CC181. Grayscale: #636363. Windows color (decimal): -6078850 or 8273571. OLE color: 8273571.

HSL color Cylindrical-coordinate representation of color #A33E7E: hue angle of 321.98º 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 #A33E7E is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16362126-
CMYK00.620.230.36
HSL321.98º44.89%44.12%-
HSV(B)321.98º61.96%63.92%-
XYZ20.5912.7421.11-
YUV99.5142.96173.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 62 (24.61% from 255) = 17.66%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=46.44%
G=17.66%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636212600.620.230.36321.9844.8944.12
HexA33E7E03E17241422d2c
Octal2437617607627445025554
Binary101000111111101111110011111010111100100101000010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E7E; }

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

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

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

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

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

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

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

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