Html Css Color HEX #A3338B Medium Red Violet

📋 copy color: '#A3338B'

red 163 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #A3338B

Tints of Medium Red Violet #A3338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

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

R = 46.18%
G = 14.45%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3338B (or 0xA3338B) is known color: Medium Red Violet. HEX triplet: A3, 33 and 8B. RGB value is (163,51,139). Sum of RGB (Red+Green+Blue) = 163+51+139=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3338B is #5CCC74. Grayscale: #5E5E5E. Windows color (decimal): -6081653 or 9122723. OLE color: 9122723.

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

Color convert

RGB 163 51 139 -
CMYK 0 0.69 0.15 0.36
HSL 312.86º 0.52% 0.42% -
HSV(B) 312.86º 0.69% 0.64% -
XYZ 20.95 12.02 25.64 -
YUV 94.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 163 51 139 0 0.69 0.15 0.36 312.86 0.52 0.42
Hex A3 33 8B 0 45 F 24 139 34 2A
Octal 243 63 213 0 105 17 44 471 64 52
Binary 10100011 110011 10001011 0 1000101 1111 100100 100111001 110100 101010

Color Harmonies of #A3338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3338B

Black with #A3338B

Text Example


Text Example

White with #A3338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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