Html Css Color HEX #A23288 Medium Red Violet

📋 copy color: '#A23288'

red 162 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #A23288

Tints of Medium Red Violet #A23288

RGB

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

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

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

R = 46.55%
G = 14.37%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A23288 (or 0xA23288) is known color: Medium Red Violet. HEX triplet: A2, 32 and 88. RGB value is (162,50,136). Sum of RGB (Red+Green+Blue) = 162+50+136=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A23288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23288 is #5DCD77. Grayscale: #5D5D5D. Windows color (decimal): -6147448 or 8925858. OLE color: 8925858.

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

Color convert

RGB 162 50 136 -
CMYK 0 0.69 0.16 0.36
HSL 313.93º 0.53% 0.42% -
HSV(B) 313.93º 0.69% 0.64% -
XYZ 20.48 11.74 24.48 -
YUV 93.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 162 50 136 0 0.69 0.16 0.36 313.93 0.53 0.42
Hex A2 32 88 0 45 10 24 13A 35 2A
Octal 242 62 210 0 105 20 44 472 65 52
Binary 10100010 110010 10001000 0 1000101 10000 100100 100111010 110101 101010

Color Harmonies of #A23288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23288

Black with #A23288

Text Example


Text Example

White with #A23288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23288; }

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

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

background-color css

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

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

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

border-color css

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

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

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