Html Css Color HEX #A32385 Medium Red Violet

📋 copy color: '#A32385'

red 163 ◦ green 35 ◦ blue 133

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

Shades of Medium Red Violet #A32385

Tints of Medium Red Violet #A32385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

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

R = 49.24%
G = 10.57%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A32385 (or 0xA32385) is known color: Medium Red Violet. HEX triplet: A3, 23 and 85. RGB value is (163,35,133). Sum of RGB (Red+Green+Blue) = 163+35+133=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A32385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32385 is #5CDC7A. Grayscale: #545454. Windows color (decimal): -6085755 or 8725411. OLE color: 8725411.

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

Color convert

RGB 163 35 133 -
CMYK 0 0.79 0.18 0.36
HSL 314.06º 0.65% 0.39% -
HSV(B) 314.06º 0.79% 0.64% -
XYZ 19.94 10.68 23.2 -
YUV 84.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 163 35 133 0 0.79 0.18 0.36 314.06 0.65 0.39
Hex A3 23 85 0 4F 12 24 13A 41 27
Octal 243 43 205 0 117 22 44 472 101 47
Binary 10100011 100011 10000101 0 1001111 10010 100100 100111010 1000001 100111

Color Harmonies of #A32385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32385

Black with #A32385

Text Example


Text Example

White with #A32385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32385; }

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

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

background-color css

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

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

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

border-color css

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

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

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