Html Css Color HEX #A23A78 Medium Red Violet

📋 copy color: '#A23A78'

red 162 ◦ green 58 ◦ blue 120

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

Shades of Medium Red Violet #A23A78

Tints of Medium Red Violet #A23A78

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.06%

 BLUE value IS 120 (47.27% from 255) = 35.29%

R = 47.65%
G = 17.06%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A23A78 (or 0xA23A78) is known color: Medium Red Violet. HEX triplet: A2, 3A and 78. RGB value is (162,58,120). Sum of RGB (Red+Green+Blue) = 162+58+120=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A78 is #5DC587. Grayscale: #606060. Windows color (decimal): -6145416 or 7879330. OLE color: 7879330.

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

Color convert

RGB 162 58 120 -
CMYK 0 0.64 0.26 0.36
HSL 324.23º 0.47% 0.43% -
HSV(B) 324.23º 0.64% 0.64% -
XYZ 19.8 12.06 19.05 -
YUV 96.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 162 58 120 0 0.64 0.26 0.36 324.23 0.47 0.43
Hex A2 3A 78 0 40 1A 24 144 2F 2B
Octal 242 72 170 0 100 32 44 504 57 53
Binary 10100010 111010 1111000 0 1000000 11010 100100 101000100 101111 101011

Color Harmonies of #A23A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A78

Black with #A23A78

Text Example


Text Example

White with #A23A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A78; }

 p { color: rgb(162,58,120); }

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

background-color css

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

 a { background-color: rgb(162,58,120); }

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

border-color css

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

 span { border-color: rgb(162,58,120); }

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