Html Css Color HEX #A33A80 Medium Red Violet

📋 copy color: '#A33A80'

red 163 ◦ green 58 ◦ blue 128

#A33A80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A33A80

Tints of Medium Red Violet #A33A80

RGB

 RED value IS 163 (64.06% from 255) = 46.7%

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 46.7%
G = 16.62%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A33A80 (or 0xA33A80) is known color: Medium Red Violet. HEX triplet: A3, 3A and 80. RGB value is (163,58,128). Sum of RGB (Red+Green+Blue) = 163+58+128=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33A80 is #5CC57F. Grayscale: #616161. Windows color (decimal): -6079872 or 8403619. OLE color: 8403619.

HSL color Cylindrical-coordinate representation of color #A33A80: hue angle of 320º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33A80 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 58 128 -
CMYK 0 0.64 0.21 0.36
HSL 320º 0.48% 0.43% -
HSV(B) 320º 0.64% 0.64% -
XYZ 20.51 12.37 21.73 -
YUV 97.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 163 58 128 0 0.64 0.21 0.36 320 0.48 0.43
Hex A3 3A 80 0 40 15 24 140 30 2B
Octal 243 72 200 0 100 25 44 500 60 53
Binary 10100011 111010 10000000 0 1000000 10101 100100 101000000 110000 101011

Color Harmonies of #A33A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A80

Black with #A33A80

Text Example


Text Example

White with #A33A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A80; }

 p { color: rgb(163,58,128); }

 H1.HeaderClassName
 {
   color: #A33A80;
 }
 .AnyTagClassName
 {
   color: #A33A80;
 }
</style>

background-color css

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

 a { background-color: rgb(163,58,128); }

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

border-color css

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

 span { border-color: rgb(163,58,128); }

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