Html Css Color HEX #A3338C Medium Red Violet

📋 copy color: '#A3338C'

red 163 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #A3338C

Tints of Medium Red Violet #A3338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 46.05%
G = 14.41%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3338C (or 0xA3338C) is known color: Medium Red Violet. HEX triplet: A3, 33 and 8C. RGB value is (163,51,140). Sum of RGB (Red+Green+Blue) = 163+51+140=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3338C is #5CCC73. Grayscale: #5E5E5E. Windows color (decimal): -6081652 or 9188259. OLE color: 9188259.

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

Color convert

RGB 163 51 140 -
CMYK 0 0.69 0.14 0.36
HSL 312.32º 0.52% 0.42% -
HSV(B) 312.32º 0.69% 0.64% -
XYZ 21.02 12.05 26.03 -
YUV 94.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 163 51 140 0 0.69 0.14 0.36 312.32 0.52 0.42
Hex A3 33 8C 0 45 E 24 138 34 2A
Octal 243 63 214 0 105 16 44 470 64 52
Binary 10100011 110011 10001100 0 1000101 1110 100100 100111000 110100 101010

Color Harmonies of #A3338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3338C

Black with #A3338C

Text Example


Text Example

White with #A3338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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