Html Css Color HEX #A2397F Medium Red Violet

📋 copy color: '#A2397F'

red 162 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #A2397F

Tints of Medium Red Violet #A2397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.71%

R = 46.82%
G = 16.47%
B = 36.71%

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

#A2397F (or 0xA2397F) is known color: Medium Red Violet. HEX triplet: A2, 39 and 7F. RGB value is (162,57,127). Sum of RGB (Red+Green+Blue) = 162+57+127=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A2397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2397F is #5DC680. Grayscale: #606060. Windows color (decimal): -6145665 or 8337826. OLE color: 8337826.

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

Color convert

RGB 162 57 127 -
CMYK 0 0.65 0.22 0.36
HSL 320º 0.48% 0.43% -
HSV(B) 320º 0.65% 0.64% -
XYZ 20.19 12.14 21.36 -
YUV 96.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 162 57 127 0 0.65 0.22 0.36 320 0.48 0.43
Hex A2 39 7F 0 41 16 24 140 30 2B
Octal 242 71 177 0 101 26 44 500 60 53
Binary 10100010 111001 1111111 0 1000001 10110 100100 101000000 110000 101011

Color Harmonies of #A2397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2397F

Black with #A2397F

Text Example


Text Example

White with #A2397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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