Html Css Color HEX #A23291 Medium Red Violet

📋 copy color: '#A23291'

red 162 ◦ green 50 ◦ blue 145

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

Shades of Medium Red Violet #A23291

Tints of Medium Red Violet #A23291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 45.38%
G = 14.01%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A23291 (or 0xA23291) is known color: Medium Red Violet. HEX triplet: A2, 32 and 91. RGB value is (162,50,145). Sum of RGB (Red+Green+Blue) = 162+50+145=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A23291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23291 is #5DCD6E. Grayscale: #5E5E5E. Windows color (decimal): -6147439 or 9515682. OLE color: 9515682.

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

Color convert

RGB 162 50 145 -
CMYK 0 0.69 0.10 0.36
HSL 309.11º 0.53% 0.42% -
HSV(B) 309.11º 0.69% 0.64% -
XYZ 21.15 12.01 27.99 -
YUV 94.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 162 50 145 0 0.69 0.10 0.36 309.11 0.53 0.42
Hex A2 32 91 0 45 A 24 135 35 2A
Octal 242 62 221 0 105 12 44 465 65 52
Binary 10100010 110010 10010001 0 1000101 1010 100100 100110101 110101 101010

Color Harmonies of #A23291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23291

Black with #A23291

Text Example


Text Example

White with #A23291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23291; }

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

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

background-color css

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

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

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

border-color css

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

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

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