Html Css Color HEX #A33384 Medium Red Violet

📋 copy color: '#A33384'

red 163 ◦ green 51 ◦ blue 132

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

Shades of Medium Red Violet #A33384

Tints of Medium Red Violet #A33384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 47.11%
G = 14.74%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A33384 (or 0xA33384) is known color: Medium Red Violet. HEX triplet: A3, 33 and 84. RGB value is (163,51,132). Sum of RGB (Red+Green+Blue) = 163+51+132=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A33384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33384 is #5CCC7B. Grayscale: #5D5D5D. Windows color (decimal): -6081660 or 8663971. OLE color: 8663971.

HSL color Cylindrical-coordinate representation of color #A33384: hue angle of 316.61º degrees, saturation: 0.52, 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 #A33384 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 132 -
CMYK 0 0.69 0.19 0.36
HSL 316.61º 0.52% 0.42% -
HSV(B) 316.61º 0.69% 0.64% -
XYZ 20.45 11.82 23.03 -
YUV 93.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 163 51 132 0 0.69 0.19 0.36 316.61 0.52 0.42
Hex A3 33 84 0 45 13 24 13D 34 2A
Octal 243 63 204 0 105 23 44 475 64 52
Binary 10100011 110011 10000100 0 1000101 10011 100100 100111101 110100 101010

Color Harmonies of #A33384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33384

Black with #A33384

Text Example


Text Example

White with #A33384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33384; }

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

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

background-color css

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

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

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

border-color css

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

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

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