Html Css Color HEX #A3358A Medium Red Violet

📋 copy color: '#A3358A'

red 163 ◦ green 53 ◦ blue 138

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

Shades of Medium Red Violet #A3358A

Tints of Medium Red Violet #A3358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 46.05%
G = 14.97%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3358A (or 0xA3358A) is known color: Medium Red Violet. HEX triplet: A3, 35 and 8A. RGB value is (163,53,138). Sum of RGB (Red+Green+Blue) = 163+53+138=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3358A is #5CCA75. Grayscale: #5F5F5F. Windows color (decimal): -6081142 or 9057699. OLE color: 9057699.

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

Color convert

RGB 163 53 138 -
CMYK 0 0.67 0.15 0.36
HSL 313.64º 0.51% 0.42% -
HSV(B) 313.64º 0.67% 0.64% -
XYZ 20.96 12.17 25.29 -
YUV 95.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 163 53 138 0 0.67 0.15 0.36 313.64 0.51 0.42
Hex A3 35 8A 0 43 F 24 13A 33 2A
Octal 243 65 212 0 103 17 44 472 63 52
Binary 10100011 110101 10001010 0 1000011 1111 100100 100111010 110011 101010

Color Harmonies of #A3358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3358A

Black with #A3358A

Text Example


Text Example

White with #A3358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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