Html Css Color HEX #A32585 Medium Red Violet

📋 copy color: '#A32585'

red 163 ◦ green 37 ◦ blue 133

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

Shades of Medium Red Violet #A32585

Tints of Medium Red Violet #A32585

RGB

 RED value IS 163 (64.06% from 255) = 48.95%

 GREEN value IS 37 (14.84% from 255) = 11.11%

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

R = 48.95%
G = 11.11%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A32585 (or 0xA32585) is known color: Medium Red Violet. HEX triplet: A3, 25 and 85. RGB value is (163,37,133). Sum of RGB (Red+Green+Blue) = 163+37+133=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A32585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32585 is #5CDA7A. Grayscale: #555555. Windows color (decimal): -6085243 or 8725923. OLE color: 8725923.

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

Color convert

RGB 163 37 133 -
CMYK 0 0.77 0.18 0.36
HSL 314.29º 0.63% 0.39% -
HSV(B) 314.29º 0.77% 0.64% -
XYZ 20 10.8 23.22 -
YUV 85.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 163 37 133 0 0.77 0.18 0.36 314.29 0.63 0.39
Hex A3 25 85 0 4D 12 24 13A 3F 27
Octal 243 45 205 0 115 22 44 472 77 47
Binary 10100011 100101 10000101 0 1001101 10010 100100 100111010 111111 100111

Color Harmonies of #A32585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32585

Black with #A32585

Text Example


Text Example

White with #A32585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32585; }

 p { color: rgb(163,37,133); }

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

background-color css

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

 a { background-color: rgb(163,37,133); }

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

border-color css

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

 span { border-color: rgb(163,37,133); }

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