Html Css Color HEX #A23C85 Medium Red Violet

📋 copy color: '#A23C85'

red 162 ◦ green 60 ◦ blue 133

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

Shades of Medium Red Violet #A23C85

Tints of Medium Red Violet #A23C85

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.9%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 45.63%
G = 16.9%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A23C85 (or 0xA23C85) is known color: Medium Red Violet. HEX triplet: A2, 3C and 85. RGB value is (162,60,133). Sum of RGB (Red+Green+Blue) = 162+60+133=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23C85 is #5DC37A. Grayscale: #626262. Windows color (decimal): -6144891 or 8731810. OLE color: 8731810.

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

Color convert

RGB 162 60 133 -
CMYK 0 0.63 0.18 0.36
HSL 317.06º 0.46% 0.44% -
HSV(B) 317.06º 0.63% 0.64% -
XYZ 20.75 12.61 23.53 -
YUV 98.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 162 60 133 0 0.63 0.18 0.36 317.06 0.46 0.44
Hex A2 3C 85 0 3F 12 24 13D 2E 2C
Octal 242 74 205 0 77 22 44 475 56 54
Binary 10100010 111100 10000101 0 111111 10010 100100 100111101 101110 101100

Color Harmonies of #A23C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C85

Black with #A23C85

Text Example


Text Example

White with #A23C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C85; }

 p { color: rgb(162,60,133); }

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

background-color css

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

 a { background-color: rgb(162,60,133); }

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

border-color css

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

 span { border-color: rgb(162,60,133); }

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