Html Css Color HEX #A23384 Medium Red Violet

📋 copy color: '#A23384'

red 162 ◦ green 51 ◦ blue 132

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

Shades of Medium Red Violet #A23384

Tints of Medium Red Violet #A23384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 46.96%
G = 14.78%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A23384 (or 0xA23384) is known color: Medium Red Violet. HEX triplet: A2, 33 and 84. RGB value is (162,51,132). Sum of RGB (Red+Green+Blue) = 162+51+132=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A23384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23384 is #5DCC7B. Grayscale: #5D5D5D. Windows color (decimal): -6147196 or 8663970. OLE color: 8663970.

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

Color convert

RGB 162 51 132 -
CMYK 0 0.69 0.19 0.36
HSL 316.22º 0.52% 0.42% -
HSV(B) 316.22º 0.69% 0.64% -
XYZ 20.25 11.71 23.02 -
YUV 93.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 162 51 132 0 0.69 0.19 0.36 316.22 0.52 0.42
Hex A2 33 84 0 45 13 24 13C 34 2A
Octal 242 63 204 0 105 23 44 474 64 52
Binary 10100010 110011 10000100 0 1000101 10011 100100 100111100 110100 101010

Color Harmonies of #A23384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23384

Black with #A23384

Text Example


Text Example

White with #A23384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23384; }

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

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

background-color css

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

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

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

border-color css

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

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

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