Html Css Color HEX #A33280 Medium Red Violet

📋 copy color: '#A33280'

red 163 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #A33280

Tints of Medium Red Violet #A33280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 47.8%
G = 14.66%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A33280 (or 0xA33280) is known color: Medium Red Violet. HEX triplet: A3, 32 and 80. RGB value is (163,50,128). Sum of RGB (Red+Green+Blue) = 163+50+128=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A33280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33280 is #5CCD7F. Grayscale: #5C5C5C. Windows color (decimal): -6081920 or 8401571. OLE color: 8401571.

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

Color convert

RGB 163 50 128 -
CMYK 0 0.69 0.21 0.36
HSL 318.58º 0.53% 0.42% -
HSV(B) 318.58º 0.69% 0.64% -
XYZ 20.14 11.63 21.6 -
YUV 92.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 163 50 128 0 0.69 0.21 0.36 318.58 0.53 0.42
Hex A3 32 80 0 45 15 24 13F 35 2A
Octal 243 62 200 0 105 25 44 477 65 52
Binary 10100011 110010 10000000 0 1000101 10101 100100 100111111 110101 101010

Color Harmonies of #A33280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33280

Black with #A33280

Text Example


Text Example

White with #A33280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33280; }

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

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

background-color css

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

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

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

border-color css

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

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

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