Html Css Color HEX #A3358F Medium Red Violet

📋 copy color: '#A3358F'

red 163 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #A3358F

Tints of Medium Red Violet #A3358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 45.4%
G = 14.76%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3358F (or 0xA3358F) is known color: Medium Red Violet. HEX triplet: A3, 35 and 8F. RGB value is (163,53,143). Sum of RGB (Red+Green+Blue) = 163+53+143=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3358F is #5CCA70. Grayscale: #5F5F5F. Windows color (decimal): -6081137 or 9385379. OLE color: 9385379.

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

Color convert

RGB 163 53 143 -
CMYK 0 0.67 0.12 0.36
HSL 310.91º 0.51% 0.42% -
HSV(B) 310.91º 0.67% 0.64% -
XYZ 21.34 12.32 27.24 -
YUV 96.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 163 53 143 0 0.67 0.12 0.36 310.91 0.51 0.42
Hex A3 35 8F 0 43 C 24 137 33 2A
Octal 243 65 217 0 103 14 44 467 63 52
Binary 10100011 110101 10001111 0 1000011 1100 100100 100110111 110011 101010

Color Harmonies of #A3358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3358F

Black with #A3358F

Text Example


Text Example

White with #A3358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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