Html Css Color HEX #A2338E Medium Red Violet

📋 copy color: '#A2338E'

red 162 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #A2338E

Tints of Medium Red Violet #A2338E

RGB

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

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

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

R = 45.63%
G = 14.37%
B = 40%

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

#A2338E (or 0xA2338E) is known color: Medium Red Violet. HEX triplet: A2, 33 and 8E. RGB value is (162,51,142). Sum of RGB (Red+Green+Blue) = 162+51+142=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2338E is #5DCC71. Grayscale: #5E5E5E. Windows color (decimal): -6147186 or 9319330. OLE color: 9319330.

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

Color convert

RGB 162 51 142 -
CMYK 0 0.69 0.12 0.36
HSL 310.81º 0.52% 0.42% -
HSV(B) 310.81º 0.69% 0.64% -
XYZ 20.97 12 26.8 -
YUV 94.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 162 51 142 0 0.69 0.12 0.36 310.81 0.52 0.42
Hex A2 33 8E 0 45 C 24 137 34 2A
Octal 242 63 216 0 105 14 44 467 64 52
Binary 10100010 110011 10001110 0 1000101 1100 100100 100110111 110100 101010

Color Harmonies of #A2338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2338E

Black with #A2338E

Text Example


Text Example

White with #A2338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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