Html Css Color HEX #A2358F Medium Red Violet

📋 copy color: '#A2358F'

red 162 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #A2358F

Tints of Medium Red Violet #A2358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 45.25%
G = 14.8%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2358F (or 0xA2358F) is known color: Medium Red Violet. HEX triplet: A2, 35 and 8F. RGB value is (162,53,143). Sum of RGB (Red+Green+Blue) = 162+53+143=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2358F is #5DCA70. Grayscale: #5F5F5F. Windows color (decimal): -6146673 or 9385378. OLE color: 9385378.

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

Color convert

RGB 162 53 143 -
CMYK 0 0.67 0.12 0.36
HSL 310.46º 0.51% 0.42% -
HSV(B) 310.46º 0.67% 0.64% -
XYZ 21.13 12.21 27.23 -
YUV 95.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 162 53 143 0 0.67 0.12 0.36 310.46 0.51 0.42
Hex A2 35 8F 0 43 C 24 136 33 2A
Octal 242 65 217 0 103 14 44 466 63 52
Binary 10100010 110101 10001111 0 1000011 1100 100100 100110110 110011 101010

Color Harmonies of #A2358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2358F

Black with #A2358F

Text Example


Text Example

White with #A2358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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