Html Css Color HEX #A23A8C Medium Red Violet

📋 copy color: '#A23A8C'

red 162 ◦ green 58 ◦ blue 140

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

Shades of Medium Red Violet #A23A8C

Tints of Medium Red Violet #A23A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 45%
G = 16.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A23A8C (or 0xA23A8C) is known color: Medium Red Violet. HEX triplet: A2, 3A and 8C. RGB value is (162,58,140). Sum of RGB (Red+Green+Blue) = 162+58+140=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A8C is #5DC573. Grayscale: #626262. Windows color (decimal): -6145396 or 9190050. OLE color: 9190050.

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

Color convert

RGB 162 58 140 -
CMYK 0 0.64 0.14 0.36
HSL 312.69º 0.47% 0.43% -
HSV(B) 312.69º 0.64% 0.64% -
XYZ 21.15 12.6 26.13 -
YUV 98.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 162 58 140 0 0.64 0.14 0.36 312.69 0.47 0.43
Hex A2 3A 8C 0 40 E 24 139 2F 2B
Octal 242 72 214 0 100 16 44 471 57 53
Binary 10100010 111010 10001100 0 1000000 1110 100100 100111001 101111 101011

Color Harmonies of #A23A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A8C

Black with #A23A8C

Text Example


Text Example

White with #A23A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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