Html Css Color HEX #A3338A Medium Red Violet

📋 copy color: '#A3338A'

red 163 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #A3338A

Tints of Medium Red Violet #A3338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 46.31%
G = 14.49%
B = 39.2%

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

#A3338A (or 0xA3338A) is known color: Medium Red Violet. HEX triplet: A3, 33 and 8A. RGB value is (163,51,138). Sum of RGB (Red+Green+Blue) = 163+51+138=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3338A is #5CCC75. Grayscale: #5E5E5E. Windows color (decimal): -6081654 or 9057187. OLE color: 9057187.

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

Color convert

RGB 163 51 138 -
CMYK 0 0.69 0.15 0.36
HSL 313.39º 0.52% 0.42% -
HSV(B) 313.39º 0.69% 0.64% -
XYZ 20.88 11.99 25.26 -
YUV 94.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 163 51 138 0 0.69 0.15 0.36 313.39 0.52 0.42
Hex A3 33 8A 0 45 F 24 139 34 2A
Octal 243 63 212 0 105 17 44 471 64 52
Binary 10100011 110011 10001010 0 1000101 1111 100100 100111001 110100 101010

Color Harmonies of #A3338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3338A

Black with #A3338A

Text Example


Text Example

White with #A3338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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