Html Css Color HEX #A23290 Medium Red Violet

📋 copy color: '#A23290'

red 162 ◦ green 50 ◦ blue 144

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

Shades of Medium Red Violet #A23290

Tints of Medium Red Violet #A23290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 45.51%
G = 14.04%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A23290 (or 0xA23290) is known color: Medium Red Violet. HEX triplet: A2, 32 and 90. RGB value is (162,50,144). Sum of RGB (Red+Green+Blue) = 162+50+144=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A23290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23290 is #5DCD6F. Grayscale: #5D5D5D. Windows color (decimal): -6147440 or 9450146. OLE color: 9450146.

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

Color convert

RGB 162 50 144 -
CMYK 0 0.69 0.11 0.36
HSL 309.64º 0.53% 0.42% -
HSV(B) 309.64º 0.69% 0.64% -
XYZ 21.07 11.98 27.59 -
YUV 94.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 162 50 144 0 0.69 0.11 0.36 309.64 0.53 0.42
Hex A2 32 90 0 45 B 24 136 35 2A
Octal 242 62 220 0 105 13 44 466 65 52
Binary 10100010 110010 10010000 0 1000101 1011 100100 100110110 110101 101010

Color Harmonies of #A23290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23290

Black with #A23290

Text Example


Text Example

White with #A23290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23290; }

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

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

background-color css

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

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

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

border-color css

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

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

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