Html Css Color HEX #A23686 Medium Red Violet

📋 copy color: '#A23686'

red 162 ◦ green 54 ◦ blue 134

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

Shades of Medium Red Violet #A23686

Tints of Medium Red Violet #A23686

RGB

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

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

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

R = 46.29%
G = 15.43%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A23686 (or 0xA23686) is known color: Medium Red Violet. HEX triplet: A2, 36 and 86. RGB value is (162,54,134). Sum of RGB (Red+Green+Blue) = 162+54+134=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A23686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23686 is #5DC979. Grayscale: #5F5F5F. Windows color (decimal): -6146426 or 8795810. OLE color: 8795810.

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

Color convert

RGB 162 54 134 -
CMYK 0 0.67 0.17 0.36
HSL 315.56º 0.5% 0.42% -
HSV(B) 315.56º 0.67% 0.64% -
XYZ 20.52 12.04 23.8 -
YUV 95.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 162 54 134 0 0.67 0.17 0.36 315.56 0.5 0.42
Hex A2 36 86 0 43 11 24 13C 32 2A
Octal 242 66 206 0 103 21 44 474 62 52
Binary 10100010 110110 10000110 0 1000011 10001 100100 100111100 110010 101010

Color Harmonies of #A23686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23686

Black with #A23686

Text Example


Text Example

White with #A23686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23686; }

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

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

background-color css

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

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

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

border-color css

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

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

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