Html Css Color HEX #A33986 Medium Red Violet

📋 copy color: '#A33986'

red 163 ◦ green 57 ◦ blue 134

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

Shades of Medium Red Violet #A33986

Tints of Medium Red Violet #A33986

RGB

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

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

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

R = 46.05%
G = 16.1%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A33986 (or 0xA33986) is known color: Medium Red Violet. HEX triplet: A3, 39 and 86. RGB value is (163,57,134). Sum of RGB (Red+Green+Blue) = 163+57+134=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A33986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33986 is #5CC679. Grayscale: #616161. Windows color (decimal): -6080122 or 8796579. OLE color: 8796579.

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

Color convert

RGB 163 57 134 -
CMYK 0 0.65 0.18 0.36
HSL 316.42º 0.48% 0.43% -
HSV(B) 316.42º 0.65% 0.64% -
XYZ 20.87 12.43 23.85 -
YUV 97.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 163 57 134 0 0.65 0.18 0.36 316.42 0.48 0.43
Hex A3 39 86 0 41 12 24 13C 30 2B
Octal 243 71 206 0 101 22 44 474 60 53
Binary 10100011 111001 10000110 0 1000001 10010 100100 100111100 110000 101011

Color Harmonies of #A33986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33986

Black with #A33986

Text Example


Text Example

White with #A33986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33986; }

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

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

background-color css

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

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

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

border-color css

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

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

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