Html Css Color HEX #A23696 Medium Red Violet

📋 copy color: '#A23696'

red 162 ◦ green 54 ◦ blue 150

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

Shades of Medium Red Violet #A23696

Tints of Medium Red Violet #A23696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

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

R = 44.26%
G = 14.75%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A23696 (or 0xA23696) is known color: Medium Red Violet. HEX triplet: A2, 36 and 96. RGB value is (162,54,150). Sum of RGB (Red+Green+Blue) = 162+54+150=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A23696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23696 is #5DC969. Grayscale: #606060. Windows color (decimal): -6146410 or 9844386. OLE color: 9844386.

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

Color convert

RGB 162 54 150 -
CMYK 0 0.67 0.07 0.36
HSL 306.67º 0.5% 0.42% -
HSV(B) 306.67º 0.67% 0.64% -
XYZ 21.72 12.52 30.13 -
YUV 97.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 162 54 150 0 0.67 0.07 0.36 306.67 0.5 0.42
Hex A2 36 96 0 43 7 24 133 32 2A
Octal 242 66 226 0 103 7 44 463 62 52
Binary 10100010 110110 10010110 0 1000011 111 100100 100110011 110010 101010

Color Harmonies of #A23696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23696

Black with #A23696

Text Example


Text Example

White with #A23696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23696; }

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

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

background-color css

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

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

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

border-color css

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

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

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