Html Css Color HEX #A23294 Medium Red Violet

📋 copy color: '#A23294'

red 162 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #A23294

Tints of Medium Red Violet #A23294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 45%
G = 13.89%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A23294 (or 0xA23294) is known color: Medium Red Violet. HEX triplet: A2, 32 and 94. RGB value is (162,50,148). Sum of RGB (Red+Green+Blue) = 162+50+148=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A23294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23294 is #5DCD6B. Grayscale: #5E5E5E. Windows color (decimal): -6147436 or 9712290. OLE color: 9712290.

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

Color convert

RGB 162 50 148 -
CMYK 0 0.69 0.09 0.36
HSL 307.5º 0.53% 0.42% -
HSV(B) 307.5º 0.69% 0.64% -
XYZ 21.39 12.1 29.23 -
YUV 94.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 162 50 148 0 0.69 0.09 0.36 307.5 0.53 0.42
Hex A2 32 94 0 45 9 24 134 35 2A
Octal 242 62 224 0 105 11 44 464 65 52
Binary 10100010 110010 10010100 0 1000101 1001 100100 100110100 110101 101010

Color Harmonies of #A23294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23294

Black with #A23294

Text Example


Text Example

White with #A23294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23294; }

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

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

background-color css

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

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

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

border-color css

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

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

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