Html Css Color HEX #A23498 Medium Red Violet

📋 copy color: '#A23498'

red 162 ◦ green 52 ◦ blue 152

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

Shades of Medium Red Violet #A23498

Tints of Medium Red Violet #A23498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 44.26%
G = 14.21%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A23498 (or 0xA23498) is known color: Medium Red Violet. HEX triplet: A2, 34 and 98. RGB value is (162,52,152). Sum of RGB (Red+Green+Blue) = 162+52+152=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A23498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23498 is #5DCB67. Grayscale: #606060. Windows color (decimal): -6146920 or 9974946. OLE color: 9974946.

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

Color convert

RGB 162 52 152 -
CMYK 0 0.68 0.06 0.36
HSL 305.45º 0.51% 0.42% -
HSV(B) 305.45º 0.68% 0.64% -
XYZ 21.8 12.4 30.95 -
YUV 96.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 162 52 152 0 0.68 0.06 0.36 305.45 0.51 0.42
Hex A2 34 98 0 44 6 24 131 33 2A
Octal 242 64 230 0 104 6 44 461 63 52
Binary 10100010 110100 10011000 0 1000100 110 100100 100110001 110011 101010

Color Harmonies of #A23498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23498

Black with #A23498

Text Example


Text Example

White with #A23498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23498; }

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

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

background-color css

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

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

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

border-color css

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

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

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