Html Css Color HEX #A23397 Medium Red Violet

📋 copy color: '#A23397'

red 162 ◦ green 51 ◦ blue 151

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

Shades of Medium Red Violet #A23397

Tints of Medium Red Violet #A23397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 151 (59.38% from 255) = 41.48%

R = 44.51%
G = 14.01%
B = 41.48%

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

#A23397 (or 0xA23397) is known color: Medium Red Violet. HEX triplet: A2, 33 and 97. RGB value is (162,51,151). Sum of RGB (Red+Green+Blue) = 162+51+151=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A23397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23397 is #5DCC68. Grayscale: #5F5F5F. Windows color (decimal): -6147177 or 9909154. OLE color: 9909154.

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

Color convert

RGB 162 51 151 -
CMYK 0 0.69 0.07 0.36
HSL 305.95º 0.52% 0.42% -
HSV(B) 305.95º 0.69% 0.64% -
XYZ 21.67 12.28 30.51 -
YUV 95.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 162 51 151 0 0.69 0.07 0.36 305.95 0.52 0.42
Hex A2 33 97 0 45 7 24 132 34 2A
Octal 242 63 227 0 105 7 44 462 64 52
Binary 10100010 110011 10010111 0 1000101 111 100100 100110010 110100 101010

Color Harmonies of #A23397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23397

Black with #A23397

Text Example


Text Example

White with #A23397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23397; }

 p { color: rgb(162,51,151); }

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

background-color css

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

 a { background-color: rgb(162,51,151); }

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

border-color css

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

 span { border-color: rgb(162,51,151); }

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