Html Css Color HEX #A33484 Medium Red Violet

📋 copy color: '#A33484'

red 163 ◦ green 52 ◦ blue 132

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

Shades of Medium Red Violet #A33484

Tints of Medium Red Violet #A33484

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 46.97%
G = 14.99%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A33484 (or 0xA33484) is known color: Medium Red Violet. HEX triplet: A3, 34 and 84. RGB value is (163,52,132). Sum of RGB (Red+Green+Blue) = 163+52+132=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A33484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33484 is #5CCB7B. Grayscale: #5E5E5E. Windows color (decimal): -6081404 or 8664227. OLE color: 8664227.

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

Color convert

RGB 163 52 132 -
CMYK 0 0.68 0.19 0.36
HSL 316.76º 0.52% 0.42% -
HSV(B) 316.76º 0.68% 0.64% -
XYZ 20.5 11.91 23.05 -
YUV 94.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 163 52 132 0 0.68 0.19 0.36 316.76 0.52 0.42
Hex A3 34 84 0 44 13 24 13D 34 2A
Octal 243 64 204 0 104 23 44 475 64 52
Binary 10100011 110100 10000100 0 1000100 10011 100100 100111101 110100 101010

Color Harmonies of #A33484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33484

Black with #A33484

Text Example


Text Example

White with #A33484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33484; }

 p { color: rgb(163,52,132); }

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

background-color css

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

 a { background-color: rgb(163,52,132); }

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

border-color css

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

 span { border-color: rgb(163,52,132); }

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