Html Css Color HEX #A33994 Medium Red Violet

📋 copy color: '#A33994'

red 163 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #A33994

Tints of Medium Red Violet #A33994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.49%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 44.29%
G = 15.49%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A33994 (or 0xA33994) is known color: Medium Red Violet. HEX triplet: A3, 39 and 94. RGB value is (163,57,148). Sum of RGB (Red+Green+Blue) = 163+57+148=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A33994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33994 is #5CC66B. Grayscale: #626262. Windows color (decimal): -6080108 or 9714083. OLE color: 9714083.

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

Color convert

RGB 163 57 148 -
CMYK 0 0.65 0.09 0.36
HSL 308.49º 0.48% 0.43% -
HSV(B) 308.49º 0.65% 0.64% -
XYZ 21.91 12.85 29.34 -
YUV 99.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 163 57 148 0 0.65 0.09 0.36 308.49 0.48 0.43
Hex A3 39 94 0 41 9 24 134 30 2B
Octal 243 71 224 0 101 11 44 464 60 53
Binary 10100011 111001 10010100 0 1000001 1001 100100 100110100 110000 101011

Color Harmonies of #A33994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33994

Black with #A33994

Text Example


Text Example

White with #A33994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33994; }

 p { color: rgb(163,57,148); }

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

background-color css

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

 a { background-color: rgb(163,57,148); }

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

border-color css

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

 span { border-color: rgb(163,57,148); }

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