Html Css Color HEX #A3357E Medium Red Violet

📋 copy color: '#A3357E'

red 163 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #A3357E

Tints of Medium Red Violet #A3357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 47.66%
G = 15.5%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3357E (or 0xA3357E) is known color: Medium Red Violet. HEX triplet: A3, 35 and 7E. RGB value is (163,53,126). Sum of RGB (Red+Green+Blue) = 163+53+126=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3357E is #5CCA81. Grayscale: #5E5E5E. Windows color (decimal): -6081154 or 8271267. OLE color: 8271267.

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

Color convert

RGB 163 53 126 -
CMYK 0 0.67 0.23 0.36
HSL 320.18º 0.51% 0.42% -
HSV(B) 320.18º 0.67% 0.64% -
XYZ 20.14 11.84 20.96 -
YUV 94.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 163 53 126 0 0.67 0.23 0.36 320.18 0.51 0.42
Hex A3 35 7E 0 43 17 24 140 33 2A
Octal 243 65 176 0 103 27 44 500 63 52
Binary 10100011 110101 1111110 0 1000011 10111 100100 101000000 110011 101010

Color Harmonies of #A3357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3357E

Black with #A3357E

Text Example


Text Example

White with #A3357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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