Html Css Color HEX #A2328E Medium Red Violet

📋 copy color: '#A2328E'

red 162 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #A2328E

Tints of Medium Red Violet #A2328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 45.76%
G = 14.12%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2328E (or 0xA2328E) is known color: Medium Red Violet. HEX triplet: A2, 32 and 8E. RGB value is (162,50,142). Sum of RGB (Red+Green+Blue) = 162+50+142=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2328E is #5DCD71. Grayscale: #5D5D5D. Windows color (decimal): -6147442 or 9319074. OLE color: 9319074.

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

Color convert

RGB 162 50 142 -
CMYK 0 0.69 0.12 0.36
HSL 310.71º 0.53% 0.42% -
HSV(B) 310.71º 0.69% 0.64% -
XYZ 20.92 11.92 26.79 -
YUV 93.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 162 50 142 0 0.69 0.12 0.36 310.71 0.53 0.42
Hex A2 32 8E 0 45 C 24 137 35 2A
Octal 242 62 216 0 105 14 44 467 65 52
Binary 10100010 110010 10001110 0 1000101 1100 100100 100110111 110101 101010

Color Harmonies of #A2328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2328E

Black with #A2328E

Text Example


Text Example

White with #A2328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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