Html Css Color HEX #A33194 Medium Red Violet

📋 copy color: '#A33194'

red 163 ◦ green 49 ◦ blue 148

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

Shades of Medium Red Violet #A33194

Tints of Medium Red Violet #A33194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

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

R = 45.28%
G = 13.61%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A33194 (or 0xA33194) is known color: Medium Red Violet. HEX triplet: A3, 31 and 94. RGB value is (163,49,148). Sum of RGB (Red+Green+Blue) = 163+49+148=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A33194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33194 is #5CCE6B. Grayscale: #5E5E5E. Windows color (decimal): -6082156 or 9712035. OLE color: 9712035.

HSL color Cylindrical-coordinate representation of color #A33194: hue angle of 307.89º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33194 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 148 -
CMYK 0 0.70 0.09 0.36
HSL 307.89º 0.54% 0.42% -
HSV(B) 307.89º 0.7% 0.64% -
XYZ 21.55 12.12 29.22 -
YUV 94.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 163 49 148 0 0.70 0.09 0.36 307.89 0.54 0.42
Hex A3 31 94 0 46 9 24 134 36 2A
Octal 243 61 224 0 106 11 44 464 66 52
Binary 10100011 110001 10010100 0 1000110 1001 100100 100110100 110110 101010

Color Harmonies of #A33194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33194

Black with #A33194

Text Example


Text Example

White with #A33194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33194; }

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

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

background-color css

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

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

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

border-color css

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

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

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