Html Css Color HEX #A33586 Medium Red Violet

📋 copy color: '#A33586'

red 163 ◦ green 53 ◦ blue 134

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

Shades of Medium Red Violet #A33586

Tints of Medium Red Violet #A33586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 46.57%
G = 15.14%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A33586 (or 0xA33586) is known color: Medium Red Violet. HEX triplet: A3, 35 and 86. RGB value is (163,53,134). Sum of RGB (Red+Green+Blue) = 163+53+134=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A33586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33586 is #5CCA79. Grayscale: #5E5E5E. Windows color (decimal): -6081146 or 8795555. OLE color: 8795555.

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

Color convert

RGB 163 53 134 -
CMYK 0 0.67 0.18 0.36
HSL 315.82º 0.51% 0.42% -
HSV(B) 315.82º 0.67% 0.64% -
XYZ 20.68 12.05 23.79 -
YUV 95.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 163 53 134 0 0.67 0.18 0.36 315.82 0.51 0.42
Hex A3 35 86 0 43 12 24 13C 33 2A
Octal 243 65 206 0 103 22 44 474 63 52
Binary 10100011 110101 10000110 0 1000011 10010 100100 100111100 110011 101010

Color Harmonies of #A33586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33586

Black with #A33586

Text Example


Text Example

White with #A33586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33586; }

 p { color: rgb(163,53,134); }

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

background-color css

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

 a { background-color: rgb(163,53,134); }

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

border-color css

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

 span { border-color: rgb(163,53,134); }

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