Html Css Color HEX #A33185 Medium Red Violet

📋 copy color: '#A33185'

red 163 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #A33185

Tints of Medium Red Violet #A33185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 47.25%
G = 14.2%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A33185 (or 0xA33185) is known color: Medium Red Violet. HEX triplet: A3, 31 and 85. RGB value is (163,49,133). Sum of RGB (Red+Green+Blue) = 163+49+133=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A33185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33185 is #5CCE7A. Grayscale: #5C5C5C. Windows color (decimal): -6082171 or 8728995. OLE color: 8728995.

HSL color Cylindrical-coordinate representation of color #A33185: hue angle of 315.79º 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 #A33185 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 133 -
CMYK 0 0.70 0.18 0.36
HSL 315.79º 0.54% 0.42% -
HSV(B) 315.79º 0.7% 0.64% -
XYZ 20.44 11.68 23.37 -
YUV 92.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 163 49 133 0 0.70 0.18 0.36 315.79 0.54 0.42
Hex A3 31 85 0 46 12 24 13C 36 2A
Octal 243 61 205 0 106 22 44 474 66 52
Binary 10100011 110001 10000101 0 1000110 10010 100100 100111100 110110 101010

Color Harmonies of #A33185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33185

Black with #A33185

Text Example


Text Example

White with #A33185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33185; }

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

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

background-color css

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

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

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

border-color css

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

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

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