Html Css Color HEX #A2317D Medium Red Violet

📋 copy color: '#A2317D'

red 162 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #A2317D

Tints of Medium Red Violet #A2317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 48.21%
G = 14.58%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2317D (or 0xA2317D) is known color: Medium Red Violet. HEX triplet: A2, 31 and 7D. RGB value is (162,49,125). Sum of RGB (Red+Green+Blue) = 162+49+125=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2317D is #5DCE82. Grayscale: #5B5B5B. Windows color (decimal): -6147715 or 8204706. OLE color: 8204706.

HSL color Cylindrical-coordinate representation of color #A2317D: hue angle of 319.65º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2317D is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 49 125 -
CMYK 0 0.70 0.23 0.36
HSL 319.65º 0.54% 0.41% -
HSV(B) 319.65º 0.7% 0.64% -
XYZ 19.7 11.36 20.56 -
YUV 91.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 162 49 125 0 0.70 0.23 0.36 319.65 0.54 0.41
Hex A2 31 7D 0 46 17 24 140 36 29
Octal 242 61 175 0 106 27 44 500 66 51
Binary 10100010 110001 1111101 0 1000110 10111 100100 101000000 110110 101001

Color Harmonies of #A2317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2317D

Black with #A2317D

Text Example


Text Example

White with #A2317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2317D; }

 p { color: rgb(162,49,125); }

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

background-color css

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

 a { background-color: rgb(162,49,125); }

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

border-color css

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

 span { border-color: rgb(162,49,125); }

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