Html Css Color HEX #A3397B Medium Red Violet

📋 copy color: '#A3397B'

red 163 ◦ green 57 ◦ blue 123

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

Shades of Medium Red Violet #A3397B

Tints of Medium Red Violet #A3397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 47.52%
G = 16.62%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3397B (or 0xA3397B) is known color: Medium Red Violet. HEX triplet: A3, 39 and 7B. RGB value is (163,57,123). Sum of RGB (Red+Green+Blue) = 163+57+123=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3397B is #5CC684. Grayscale: #606060. Windows color (decimal): -6080133 or 8075683. OLE color: 8075683.

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

Color convert

RGB 163 57 123 -
CMYK 0 0.65 0.25 0.36
HSL 322.64º 0.48% 0.43% -
HSV(B) 322.64º 0.65% 0.64% -
XYZ 20.14 12.14 20.02 -
YUV 96.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 163 57 123 0 0.65 0.25 0.36 322.64 0.48 0.43
Hex A3 39 7B 0 41 19 24 143 30 2B
Octal 243 71 173 0 101 31 44 503 60 53
Binary 10100011 111001 1111011 0 1000001 11001 100100 101000011 110000 101011

Color Harmonies of #A3397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3397B

Black with #A3397B

Text Example


Text Example

White with #A3397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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