Html Css Color HEX #A3438E Medium Red Violet

📋 copy color: '#A3438E'

red 163 ◦ green 67 ◦ blue 142

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

Shades of Medium Red Violet #A3438E

Tints of Medium Red Violet #A3438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.01%

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

R = 43.82%
G = 18.01%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3438E (or 0xA3438E) is known color: Medium Red Violet. HEX triplet: A3, 43 and 8E. RGB value is (163,67,142). Sum of RGB (Red+Green+Blue) = 163+67+142=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3438E is #5CBC71. Grayscale: #686868. Windows color (decimal): -6077554 or 9323427. OLE color: 9323427.

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

Color convert

RGB 163 67 142 -
CMYK 0 0.59 0.13 0.36
HSL 313.13º 0.42% 0.45% -
HSV(B) 313.13º 0.59% 0.64% -
XYZ 21.99 13.75 27.09 -
YUV 104.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 163 67 142 0 0.59 0.13 0.36 313.13 0.42 0.45
Hex A3 43 8E 0 3B D 24 139 2A 2D
Octal 243 103 216 0 73 15 44 471 52 55
Binary 10100011 1000011 10001110 0 111011 1101 100100 100111001 101010 101101

Color Harmonies of #A3438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3438E

Black with #A3438E

Text Example


Text Example

White with #A3438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3438E; }

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

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

background-color css

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

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

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

border-color css

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

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

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