Html Css Color HEX #A2348E Medium Red Violet

📋 copy color: '#A2348E'

red 162 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #A2348E

Tints of Medium Red Violet #A2348E

RGB

 RED value IS 162 (63.67% from 255) = 45.51%

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 45.51%
G = 14.61%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2348E (or 0xA2348E) is known color: Medium Red Violet. HEX triplet: A2, 34 and 8E. RGB value is (162,52,142). Sum of RGB (Red+Green+Blue) = 162+52+142=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2348E is #5DCB71. Grayscale: #5E5E5E. Windows color (decimal): -6146930 or 9319586. OLE color: 9319586.

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

Color convert

RGB 162 52 142 -
CMYK 0 0.68 0.12 0.36
HSL 310.91º 0.51% 0.42% -
HSV(B) 310.91º 0.68% 0.64% -
XYZ 21.01 12.09 26.82 -
YUV 95.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 162 52 142 0 0.68 0.12 0.36 310.91 0.51 0.42
Hex A2 34 8E 0 44 C 24 137 33 2A
Octal 242 64 216 0 104 14 44 467 63 52
Binary 10100010 110100 10001110 0 1000100 1100 100100 100110111 110011 101010

Color Harmonies of #A2348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2348E

Black with #A2348E

Text Example


Text Example

White with #A2348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2348E; }

 p { color: rgb(162,52,142); }

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

background-color css

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

 a { background-color: rgb(162,52,142); }

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

border-color css

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

 span { border-color: rgb(162,52,142); }

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