Html Css Color HEX #A3367D Medium Red Violet

📋 copy color: '#A3367D'

red 163 ◦ green 54 ◦ blue 125

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

Shades of Medium Red Violet #A3367D

Tints of Medium Red Violet #A3367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 47.66%
G = 15.79%
B = 36.55%

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

#A3367D (or 0xA3367D) is known color: Medium Red Violet. HEX triplet: A3, 36 and 7D. RGB value is (163,54,125). Sum of RGB (Red+Green+Blue) = 163+54+125=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3367D is #5CC982. Grayscale: #5E5E5E. Windows color (decimal): -6080899 or 8205987. OLE color: 8205987.

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

Color convert

RGB 163 54 125 -
CMYK 0 0.67 0.23 0.36
HSL 320.92º 0.5% 0.43% -
HSV(B) 320.92º 0.67% 0.64% -
XYZ 20.13 11.91 20.64 -
YUV 94.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 163 54 125 0 0.67 0.23 0.36 320.92 0.5 0.43
Hex A3 36 7D 0 43 17 24 141 32 2B
Octal 243 66 175 0 103 27 44 501 62 53
Binary 10100011 110110 1111101 0 1000011 10111 100100 101000001 110010 101011

Color Harmonies of #A3367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3367D

Black with #A3367D

Text Example


Text Example

White with #A3367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3367D; }

 p { color: rgb(163,54,125); }

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

background-color css

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

 a { background-color: rgb(163,54,125); }

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

border-color css

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

 span { border-color: rgb(163,54,125); }

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