Html Css Color HEX #A23490 Medium Red Violet

📋 copy color: '#A23490'

red 162 ◦ green 52 ◦ blue 144

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

Shades of Medium Red Violet #A23490

Tints of Medium Red Violet #A23490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 45.25%
G = 14.53%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A23490 (or 0xA23490) is known color: Medium Red Violet. HEX triplet: A2, 34 and 90. RGB value is (162,52,144). Sum of RGB (Red+Green+Blue) = 162+52+144=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A23490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23490 is #5DCB6F. Grayscale: #5F5F5F. Windows color (decimal): -6146928 or 9450658. OLE color: 9450658.

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

Color convert

RGB 162 52 144 -
CMYK 0 0.68 0.11 0.36
HSL 309.82º 0.51% 0.42% -
HSV(B) 309.82º 0.68% 0.64% -
XYZ 21.16 12.15 27.62 -
YUV 95.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 162 52 144 0 0.68 0.11 0.36 309.82 0.51 0.42
Hex A2 34 90 0 44 B 24 136 33 2A
Octal 242 64 220 0 104 13 44 466 63 52
Binary 10100010 110100 10010000 0 1000100 1011 100100 100110110 110011 101010

Color Harmonies of #A23490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23490

Black with #A23490

Text Example


Text Example

White with #A23490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23490; }

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

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

background-color css

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

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

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

border-color css

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

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

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