Html Css Color HEX #A32883 Medium Red Violet

📋 copy color: '#A32883'

red 163 ◦ green 40 ◦ blue 131

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

Shades of Medium Red Violet #A32883

Tints of Medium Red Violet #A32883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

 BLUE value IS 131 (51.56% from 255) = 39.22%

R = 48.8%
G = 11.98%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A32883 (or 0xA32883) is known color: Medium Red Violet. HEX triplet: A3, 28 and 83. RGB value is (163,40,131). Sum of RGB (Red+Green+Blue) = 163+40+131=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A32883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32883 is #5CD77C. Grayscale: #565656. Windows color (decimal): -6084477 or 8595619. OLE color: 8595619.

HSL color Cylindrical-coordinate representation of color #A32883: hue angle of 315.61º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32883 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 40 131 -
CMYK 0 0.75 0.20 0.36
HSL 315.61º 0.61% 0.4% -
HSV(B) 315.61º 0.75% 0.64% -
XYZ 19.96 10.94 22.53 -
YUV 87.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 163 40 131 0 0.75 0.20 0.36 315.61 0.61 0.4
Hex A3 28 83 0 4B 14 24 13C 3D 28
Octal 243 50 203 0 113 24 44 474 75 50
Binary 10100011 101000 10000011 0 1001011 10100 100100 100111100 111101 101000

Color Harmonies of #A32883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32883

Black with #A32883

Text Example


Text Example

White with #A32883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32883; }

 p { color: rgb(163,40,131); }

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

background-color css

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

 a { background-color: rgb(163,40,131); }

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

border-color css

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

 span { border-color: rgb(163,40,131); }

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