Html Css Color HEX #A2358A Medium Red Violet

📋 copy color: '#A2358A'

red 162 ◦ green 53 ◦ blue 138

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

Shades of Medium Red Violet #A2358A

Tints of Medium Red Violet #A2358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 45.89%
G = 15.01%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2358A (or 0xA2358A) is known color: Medium Red Violet. HEX triplet: A2, 35 and 8A. RGB value is (162,53,138). Sum of RGB (Red+Green+Blue) = 162+53+138=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2358A is #5DCA75. Grayscale: #5F5F5F. Windows color (decimal): -6146678 or 9057698. OLE color: 9057698.

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

Color convert

RGB 162 53 138 -
CMYK 0 0.67 0.15 0.36
HSL 313.21º 0.51% 0.42% -
HSV(B) 313.21º 0.67% 0.64% -
XYZ 20.76 12.06 25.28 -
YUV 95.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 162 53 138 0 0.67 0.15 0.36 313.21 0.51 0.42
Hex A2 35 8A 0 43 F 24 139 33 2A
Octal 242 65 212 0 103 17 44 471 63 52
Binary 10100010 110101 10001010 0 1000011 1111 100100 100111001 110011 101010

Color Harmonies of #A2358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2358A

Black with #A2358A

Text Example


Text Example

White with #A2358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2358A; }

 p { color: rgb(162,53,138); }

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

background-color css

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

 a { background-color: rgb(162,53,138); }

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

border-color css

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

 span { border-color: rgb(162,53,138); }

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