Html Css Color HEX #A23485 Medium Red Violet

📋 copy color: '#A23485'

red 162 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #A23485

Tints of Medium Red Violet #A23485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

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

R = 46.69%
G = 14.99%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A23485 (or 0xA23485) is known color: Medium Red Violet. HEX triplet: A2, 34 and 85. RGB value is (162,52,133). Sum of RGB (Red+Green+Blue) = 162+52+133=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A23485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23485 is #5DCB7A. Grayscale: #5D5D5D. Windows color (decimal): -6146939 or 8729762. OLE color: 8729762.

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

Color convert

RGB 162 52 133 -
CMYK 0 0.68 0.18 0.36
HSL 315.82º 0.51% 0.42% -
HSV(B) 315.82º 0.68% 0.64% -
XYZ 20.36 11.83 23.4 -
YUV 94.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 162 52 133 0 0.68 0.18 0.36 315.82 0.51 0.42
Hex A2 34 85 0 44 12 24 13C 33 2A
Octal 242 64 205 0 104 22 44 474 63 52
Binary 10100010 110100 10000101 0 1000100 10010 100100 100111100 110011 101010

Color Harmonies of #A23485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23485

Black with #A23485

Text Example


Text Example

White with #A23485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23485; }

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

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

background-color css

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

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

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

border-color css

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

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

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