Html Css Color HEX #A3368B Medium Red Violet

📋 copy color: '#A3368B'

red 163 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #A3368B

Tints of Medium Red Violet #A3368B

RGB

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

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

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

R = 45.79%
G = 15.17%
B = 39.04%

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

#A3368B (or 0xA3368B) is known color: Medium Red Violet. HEX triplet: A3, 36 and 8B. RGB value is (163,54,139). Sum of RGB (Red+Green+Blue) = 163+54+139=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3368B is #5CC974. Grayscale: #606060. Windows color (decimal): -6080885 or 9123491. OLE color: 9123491.

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

Color convert

RGB 163 54 139 -
CMYK 0 0.67 0.15 0.36
HSL 313.21º 0.5% 0.43% -
HSV(B) 313.21º 0.67% 0.64% -
XYZ 21.08 12.29 25.69 -
YUV 96.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 163 54 139 0 0.67 0.15 0.36 313.21 0.5 0.43
Hex A3 36 8B 0 43 F 24 139 32 2B
Octal 243 66 213 0 103 17 44 471 62 53
Binary 10100011 110110 10001011 0 1000011 1111 100100 100111001 110010 101011

Color Harmonies of #A3368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3368B

Black with #A3368B

Text Example


Text Example

White with #A3368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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