Html Css Color HEX #A23276 Medium Red Violet

📋 copy color: '#A23276'

red 162 ◦ green 50 ◦ blue 118

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

Shades of Medium Red Violet #A23276

Tints of Medium Red Violet #A23276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 49.09%
G = 15.15%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A23276 (or 0xA23276) is known color: Medium Red Violet. HEX triplet: A2, 32 and 76. RGB value is (162,50,118). Sum of RGB (Red+Green+Blue) = 162+50+118=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23276 is #5DCD89. Grayscale: #5B5B5B. Windows color (decimal): -6147466 or 7746210. OLE color: 7746210.

HSL color Cylindrical-coordinate representation of color #A23276: hue angle of 323.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23276 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 118 -
CMYK 0 0.69 0.27 0.36
HSL 323.57º 0.53% 0.42% -
HSV(B) 323.57º 0.69% 0.64% -
XYZ 19.31 11.27 18.3 -
YUV 91.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 162 50 118 0 0.69 0.27 0.36 323.57 0.53 0.42
Hex A2 32 76 0 45 1B 24 144 35 2A
Octal 242 62 166 0 105 33 44 504 65 52
Binary 10100010 110010 1110110 0 1000101 11011 100100 101000100 110101 101010

Color Harmonies of #A23276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23276

Black with #A23276

Text Example


Text Example

White with #A23276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23276; }

 p { color: rgb(162,50,118); }

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

background-color css

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

 a { background-color: rgb(162,50,118); }

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

border-color css

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

 span { border-color: rgb(162,50,118); }

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