Html Css Color HEX #A2317B Medium Red Violet

📋 copy color: '#A2317B'

red 162 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #A2317B

Tints of Medium Red Violet #A2317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 48.5%
G = 14.67%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2317B (or 0xA2317B) is known color: Medium Red Violet. HEX triplet: A2, 31 and 7B. RGB value is (162,49,123). Sum of RGB (Red+Green+Blue) = 162+49+123=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2317B is #5DCE84. Grayscale: #5B5B5B. Windows color (decimal): -6147717 or 8073634. OLE color: 8073634.

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

Color convert

RGB 162 49 123 -
CMYK 0 0.70 0.24 0.36
HSL 320.71º 0.54% 0.41% -
HSV(B) 320.71º 0.7% 0.64% -
XYZ 19.57 11.31 19.89 -
YUV 91.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 162 49 123 0 0.70 0.24 0.36 320.71 0.54 0.41
Hex A2 31 7B 0 46 18 24 141 36 29
Octal 242 61 173 0 106 30 44 501 66 51
Binary 10100010 110001 1111011 0 1000110 11000 100100 101000001 110110 101001

Color Harmonies of #A2317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2317B

Black with #A2317B

Text Example


Text Example

White with #A2317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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