Html Css Color HEX #A23D8A Medium Red Violet

📋 copy color: '#A23D8A'

red 162 ◦ green 61 ◦ blue 138

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

Shades of Medium Red Violet #A23D8A

Tints of Medium Red Violet #A23D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 44.88%
G = 16.9%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A23D8A (or 0xA23D8A) is known color: Medium Red Violet. HEX triplet: A2, 3D and 8A. RGB value is (162,61,138). Sum of RGB (Red+Green+Blue) = 162+61+138=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D8A is #5DC275. Grayscale: #636363. Windows color (decimal): -6144630 or 9059746. OLE color: 9059746.

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

Color convert

RGB 162 61 138 -
CMYK 0 0.62 0.15 0.36
HSL 314.26º 0.45% 0.44% -
HSV(B) 314.26º 0.62% 0.64% -
XYZ 21.16 12.85 25.41 -
YUV 99.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 162 61 138 0 0.62 0.15 0.36 314.26 0.45 0.44
Hex A2 3D 8A 0 3E F 24 13A 2D 2C
Octal 242 75 212 0 76 17 44 472 55 54
Binary 10100010 111101 10001010 0 111110 1111 100100 100111010 101101 101100

Color Harmonies of #A23D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D8A

Black with #A23D8A

Text Example


Text Example

White with #A23D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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