Html Css Color HEX #A23286 Medium Red Violet

📋 copy color: '#A23286'

red 162 ◦ green 50 ◦ blue 134

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

Shades of Medium Red Violet #A23286

Tints of Medium Red Violet #A23286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 46.82%
G = 14.45%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A23286 (or 0xA23286) is known color: Medium Red Violet. HEX triplet: A2, 32 and 86. RGB value is (162,50,134). Sum of RGB (Red+Green+Blue) = 162+50+134=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A23286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23286 is #5DCD79. Grayscale: #5C5C5C. Windows color (decimal): -6147450 or 8794786. OLE color: 8794786.

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

Color convert

RGB 162 50 134 -
CMYK 0 0.69 0.17 0.36
HSL 315º 0.53% 0.42% -
HSV(B) 315º 0.69% 0.64% -
XYZ 20.34 11.68 23.74 -
YUV 93.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 162 50 134 0 0.69 0.17 0.36 315 0.53 0.42
Hex A2 32 86 0 45 11 24 13B 35 2A
Octal 242 62 206 0 105 21 44 473 65 52
Binary 10100010 110010 10000110 0 1000101 10001 100100 100111011 110101 101010

Color Harmonies of #A23286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23286

Black with #A23286

Text Example


Text Example

White with #A23286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23286; }

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

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

background-color css

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

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

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

border-color css

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

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

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