Html Css Color HEX #A23296 Medium Red Violet

📋 copy color: '#A23296'

red 162 ◦ green 50 ◦ blue 150

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

Shades of Medium Red Violet #A23296

Tints of Medium Red Violet #A23296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 44.75%
G = 13.81%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A23296 (or 0xA23296) is known color: Medium Red Violet. HEX triplet: A2, 32 and 96. RGB value is (162,50,150). Sum of RGB (Red+Green+Blue) = 162+50+150=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A23296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23296 is #5DCD69. Grayscale: #5E5E5E. Windows color (decimal): -6147434 or 9843362. OLE color: 9843362.

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

Color convert

RGB 162 50 150 -
CMYK 0 0.69 0.07 0.36
HSL 306.43º 0.53% 0.42% -
HSV(B) 306.43º 0.69% 0.64% -
XYZ 21.55 12.16 30.07 -
YUV 94.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 162 50 150 0 0.69 0.07 0.36 306.43 0.53 0.42
Hex A2 32 96 0 45 7 24 132 35 2A
Octal 242 62 226 0 105 7 44 462 65 52
Binary 10100010 110010 10010110 0 1000101 111 100100 100110010 110101 101010

Color Harmonies of #A23296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23296

Black with #A23296

Text Example


Text Example

White with #A23296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23296; }

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

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

background-color css

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

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

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

border-color css

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

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

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