Html Css Color HEX #A23988 Medium Red Violet

📋 copy color: '#A23988'

red 162 ◦ green 57 ◦ blue 136

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

Shades of Medium Red Violet #A23988

Tints of Medium Red Violet #A23988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.06%

 BLUE value IS 136 (53.52% from 255) = 38.31%

R = 45.63%
G = 16.06%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A23988 (or 0xA23988) is known color: Medium Red Violet. HEX triplet: A2, 39 and 88. RGB value is (162,57,136). Sum of RGB (Red+Green+Blue) = 162+57+136=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A23988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23988 is #5DC677. Grayscale: #616161. Windows color (decimal): -6145656 or 8927650. OLE color: 8927650.

HSL color Cylindrical-coordinate representation of color #A23988: hue angle of 314.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23988 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 57 136 -
CMYK 0 0.65 0.16 0.36
HSL 314.86º 0.48% 0.43% -
HSV(B) 314.86º 0.65% 0.64% -
XYZ 20.81 12.39 24.59 -
YUV 97.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 162 57 136 0 0.65 0.16 0.36 314.86 0.48 0.43
Hex A2 39 88 0 41 10 24 13B 30 2B
Octal 242 71 210 0 101 20 44 473 60 53
Binary 10100010 111001 10001000 0 1000001 10000 100100 100111011 110000 101011

Color Harmonies of #A23988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23988

Black with #A23988

Text Example


Text Example

White with #A23988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23988; }

 p { color: rgb(162,57,136); }

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

background-color css

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

 a { background-color: rgb(162,57,136); }

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

border-color css

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

 span { border-color: rgb(162,57,136); }

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