Html Css Color HEX #A23298 Medium Red Violet

📋 copy color: '#A23298'

red 162 ◦ green 50 ◦ blue 152

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

Shades of Medium Red Violet #A23298

Tints of Medium Red Violet #A23298

RGB

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

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

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

R = 44.51%
G = 13.74%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A23298 (or 0xA23298) is known color: Medium Red Violet. HEX triplet: A2, 32 and 98. RGB value is (162,50,152). Sum of RGB (Red+Green+Blue) = 162+50+152=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A23298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23298 is #5DCD67. Grayscale: #5E5E5E. Windows color (decimal): -6147432 or 9974434. OLE color: 9974434.

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

Color convert

RGB 162 50 152 -
CMYK 0 0.69 0.06 0.36
HSL 305.36º 0.53% 0.42% -
HSV(B) 305.36º 0.69% 0.64% -
XYZ 21.71 12.23 30.92 -
YUV 95.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 162 50 152 0 0.69 0.06 0.36 305.36 0.53 0.42
Hex A2 32 98 0 45 6 24 131 35 2A
Octal 242 62 230 0 105 6 44 461 65 52
Binary 10100010 110010 10011000 0 1000101 110 100100 100110001 110101 101010

Color Harmonies of #A23298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23298

Black with #A23298

Text Example


Text Example

White with #A23298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23298; }

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

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

background-color css

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

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

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

border-color css

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

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

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