Html Css Color HEX #A23D8F Medium Red Violet

📋 copy color: '#A23D8F'

red 162 ◦ green 61 ◦ blue 143

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

Shades of Medium Red Violet #A23D8F

Tints of Medium Red Violet #A23D8F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 44.26%
G = 16.67%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A23D8F (or 0xA23D8F) is known color: Medium Red Violet. HEX triplet: A2, 3D and 8F. RGB value is (162,61,143). Sum of RGB (Red+Green+Blue) = 162+61+143=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D8F is #5DC270. Grayscale: #646464. Windows color (decimal): -6144625 or 9387426. OLE color: 9387426.

HSL color Cylindrical-coordinate representation of color #A23D8F: hue angle of 311.29º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D8F is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 61 143 -
CMYK 0 0.62 0.12 0.36
HSL 311.29º 0.45% 0.44% -
HSV(B) 311.29º 0.62% 0.64% -
XYZ 21.53 13 27.36 -
YUV 100.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 162 61 143 0 0.62 0.12 0.36 311.29 0.45 0.44
Hex A2 3D 8F 0 3E C 24 137 2D 2C
Octal 242 75 217 0 76 14 44 467 55 54
Binary 10100010 111101 10001111 0 111110 1100 100100 100110111 101101 101100

Color Harmonies of #A23D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D8F

Black with #A23D8F

Text Example


Text Example

White with #A23D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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