Html Css Color HEX #A3338E Medium Red Violet

📋 copy color: '#A3338E'

red 163 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #A3338E

Tints of Medium Red Violet #A3338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.89%

R = 45.79%
G = 14.33%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3338E (or 0xA3338E) is known color: Medium Red Violet. HEX triplet: A3, 33 and 8E. RGB value is (163,51,142). Sum of RGB (Red+Green+Blue) = 163+51+142=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3338E is #5CCC71. Grayscale: #5E5E5E. Windows color (decimal): -6081650 or 9319331. OLE color: 9319331.

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

Color convert

RGB 163 51 142 -
CMYK 0 0.69 0.13 0.36
HSL 311.25º 0.52% 0.42% -
HSV(B) 311.25º 0.69% 0.64% -
XYZ 21.17 12.11 26.81 -
YUV 94.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 163 51 142 0 0.69 0.13 0.36 311.25 0.52 0.42
Hex A3 33 8E 0 45 D 24 137 34 2A
Octal 243 63 216 0 105 15 44 467 64 52
Binary 10100011 110011 10001110 0 1000101 1101 100100 100110111 110100 101010

Color Harmonies of #A3338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3338E

Black with #A3338E

Text Example


Text Example

White with #A3338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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