Html Css Color HEX #A3388B Medium Red Violet

📋 copy color: '#A3388B'

red 163 ◦ green 56 ◦ blue 139

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

Shades of Medium Red Violet #A3388B

Tints of Medium Red Violet #A3388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 45.53%
G = 15.64%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3388B (or 0xA3388B) is known color: Medium Red Violet. HEX triplet: A3, 38 and 8B. RGB value is (163,56,139). Sum of RGB (Red+Green+Blue) = 163+56+139=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3388B is #5CC774. Grayscale: #616161. Windows color (decimal): -6080373 or 9124003. OLE color: 9124003.

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

Color convert

RGB 163 56 139 -
CMYK 0 0.66 0.15 0.36
HSL 313.46º 0.49% 0.43% -
HSV(B) 313.46º 0.66% 0.64% -
XYZ 21.18 12.48 25.72 -
YUV 97.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 163 56 139 0 0.66 0.15 0.36 313.46 0.49 0.43
Hex A3 38 8B 0 42 F 24 139 31 2B
Octal 243 70 213 0 102 17 44 471 61 53
Binary 10100011 111000 10001011 0 1000010 1111 100100 100111001 110001 101011

Color Harmonies of #A3388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3388B

Black with #A3388B

Text Example


Text Example

White with #A3388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3388B; }

 p { color: rgb(163,56,139); }

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

background-color css

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

 a { background-color: rgb(163,56,139); }

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

border-color css

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

 span { border-color: rgb(163,56,139); }

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