Html Css Color HEX #A2397E Medium Red Violet

📋 copy color: '#A2397E'

red 162 ◦ green 57 ◦ blue 126

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

Shades of Medium Red Violet #A2397E

Tints of Medium Red Violet #A2397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 46.96%
G = 16.52%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2397E (or 0xA2397E) is known color: Medium Red Violet. HEX triplet: A2, 39 and 7E. RGB value is (162,57,126). Sum of RGB (Red+Green+Blue) = 162+57+126=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2397E is #5DC681. Grayscale: #606060. Windows color (decimal): -6145666 or 8272290. OLE color: 8272290.

HSL color Cylindrical-coordinate representation of color #A2397E: hue angle of 320.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2397E is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 57 126 -
CMYK 0 0.65 0.22 0.36
HSL 320.57º 0.48% 0.43% -
HSV(B) 320.57º 0.65% 0.64% -
XYZ 20.13 12.11 21.02 -
YUV 96.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 162 57 126 0 0.65 0.22 0.36 320.57 0.48 0.43
Hex A2 39 7E 0 41 16 24 141 30 2B
Octal 242 71 176 0 101 26 44 501 60 53
Binary 10100010 111001 1111110 0 1000001 10110 100100 101000001 110000 101011

Color Harmonies of #A2397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2397E

Black with #A2397E

Text Example


Text Example

White with #A2397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2397E; }

 p { color: rgb(162,57,126); }

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

background-color css

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

 a { background-color: rgb(162,57,126); }

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

border-color css

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

 span { border-color: rgb(162,57,126); }

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