Html Css Color HEX #A23388 Medium Red Violet

📋 copy color: '#A23388'

red 162 ◦ green 51 ◦ blue 136

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

Shades of Medium Red Violet #A23388

Tints of Medium Red Violet #A23388

RGB

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

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

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

R = 46.42%
G = 14.61%
B = 38.97%

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

#A23388 (or 0xA23388) is known color: Medium Red Violet. HEX triplet: A2, 33 and 88. RGB value is (162,51,136). Sum of RGB (Red+Green+Blue) = 162+51+136=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A23388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23388 is #5DCC77. Grayscale: #5D5D5D. Windows color (decimal): -6147192 or 8926114. OLE color: 8926114.

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

Color convert

RGB 162 51 136 -
CMYK 0 0.69 0.16 0.36
HSL 314.05º 0.52% 0.42% -
HSV(B) 314.05º 0.69% 0.64% -
XYZ 20.53 11.83 24.49 -
YUV 93.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 162 51 136 0 0.69 0.16 0.36 314.05 0.52 0.42
Hex A2 33 88 0 45 10 24 13A 34 2A
Octal 242 63 210 0 105 20 44 472 64 52
Binary 10100010 110011 10001000 0 1000101 10000 100100 100111010 110100 101010

Color Harmonies of #A23388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23388

Black with #A23388

Text Example


Text Example

White with #A23388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23388; }

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

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

background-color css

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

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

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

border-color css

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

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

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