Html Css Color HEX #A23A8F Medium Red Violet

📋 copy color: '#A23A8F'

red 162 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #A23A8F

Tints of Medium Red Violet #A23A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 44.63%
G = 15.98%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A23A8F (or 0xA23A8F) is known color: Medium Red Violet. HEX triplet: A2, 3A and 8F. RGB value is (162,58,143). Sum of RGB (Red+Green+Blue) = 162+58+143=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A8F is #5DC570. Grayscale: #626262. Windows color (decimal): -6145393 or 9386658. OLE color: 9386658.

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

Color convert

RGB 162 58 143 -
CMYK 0 0.64 0.12 0.36
HSL 310.96º 0.47% 0.43% -
HSV(B) 310.96º 0.64% 0.64% -
XYZ 21.37 12.69 27.31 -
YUV 98.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 162 58 143 0 0.64 0.12 0.36 310.96 0.47 0.43
Hex A2 3A 8F 0 40 C 24 137 2F 2B
Octal 242 72 217 0 100 14 44 467 57 53
Binary 10100010 111010 10001111 0 1000000 1100 100100 100110111 101111 101011

Color Harmonies of #A23A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A8F

Black with #A23A8F

Text Example


Text Example

White with #A23A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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