Html Css Color HEX #A23880 Medium Red Violet

📋 copy color: '#A23880'

red 162 ◦ green 56 ◦ blue 128

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

Shades of Medium Red Violet #A23880

Tints of Medium Red Violet #A23880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 46.82%
G = 16.18%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A23880 (or 0xA23880) is known color: Medium Red Violet. HEX triplet: A2, 38 and 80. RGB value is (162,56,128). Sum of RGB (Red+Green+Blue) = 162+56+128=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A23880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23880 is #5DC77F. Grayscale: #5F5F5F. Windows color (decimal): -6145920 or 8403106. OLE color: 8403106.

HSL color Cylindrical-coordinate representation of color #A23880: hue angle of 319.25º degrees, saturation: 0.49, 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 #A23880 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 56 128 -
CMYK 0 0.65 0.21 0.36
HSL 319.25º 0.49% 0.43% -
HSV(B) 319.25º 0.65% 0.64% -
XYZ 20.21 12.07 21.69 -
YUV 95.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 162 56 128 0 0.65 0.21 0.36 319.25 0.49 0.43
Hex A2 38 80 0 41 15 24 13F 31 2B
Octal 242 70 200 0 101 25 44 477 61 53
Binary 10100010 111000 10000000 0 1000001 10101 100100 100111111 110001 101011

Color Harmonies of #A23880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23880

Black with #A23880

Text Example


Text Example

White with #A23880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23880; }

 p { color: rgb(162,56,128); }

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

background-color css

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

 a { background-color: rgb(162,56,128); }

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

border-color css

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

 span { border-color: rgb(162,56,128); }

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