Html Css Color HEX #A32E7B Medium Red Violet

📋 copy color: '#A32E7B'

red 163 ◦ green 46 ◦ blue 123

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

Shades of Medium Red Violet #A32E7B

Tints of Medium Red Violet #A32E7B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 49.1%
G = 13.86%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A32E7B (or 0xA32E7B) is known color: Medium Red Violet. HEX triplet: A3, 2E and 7B. RGB value is (163,46,123). Sum of RGB (Red+Green+Blue) = 163+46+123=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E7B is #5CD184. Grayscale: #595959. Windows color (decimal): -6082949 or 8072867. OLE color: 8072867.

HSL color Cylindrical-coordinate representation of color #A32E7B: hue angle of 320.51º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E7B is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 46 123 -
CMYK 0 0.72 0.25 0.36
HSL 320.51º 0.56% 0.41% -
HSV(B) 320.51º 0.72% 0.64% -
XYZ 19.66 11.17 19.86 -
YUV 89.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 163 46 123 0 0.72 0.25 0.36 320.51 0.56 0.41
Hex A3 2E 7B 0 48 19 24 141 38 29
Octal 243 56 173 0 110 31 44 501 70 51
Binary 10100011 101110 1111011 0 1001000 11001 100100 101000001 111000 101001

Color Harmonies of #A32E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E7B

Black with #A32E7B

Text Example


Text Example

White with #A32E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E7B; }

 p { color: rgb(163,46,123); }

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

background-color css

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

 a { background-color: rgb(163,46,123); }

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

border-color css

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

 span { border-color: rgb(163,46,123); }

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