Html Css Color HEX #A32F83 Medium Red Violet

📋 copy color: '#A32F83'

red 163 ◦ green 47 ◦ blue 131

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

Shades of Medium Red Violet #A32F83

Tints of Medium Red Violet #A32F83

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.78%

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

R = 47.8%
G = 13.78%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A32F83 (or 0xA32F83) is known color: Medium Red Violet. HEX triplet: A3, 2F and 83. RGB value is (163,47,131). Sum of RGB (Red+Green+Blue) = 163+47+131=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32F83 is #5CD07C. Grayscale: #5B5B5B. Windows color (decimal): -6082685 or 8597411. OLE color: 8597411.

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

Color convert

RGB 163 47 131 -
CMYK 0 0.71 0.20 0.36
HSL 316.55º 0.55% 0.41% -
HSV(B) 316.55º 0.71% 0.64% -
XYZ 20.22 11.46 22.62 -
YUV 91.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 163 47 131 0 0.71 0.20 0.36 316.55 0.55 0.41
Hex A3 2F 83 0 47 14 24 13D 37 29
Octal 243 57 203 0 107 24 44 475 67 51
Binary 10100011 101111 10000011 0 1000111 10100 100100 100111101 110111 101001

Color Harmonies of #A32F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32F83

Black with #A32F83

Text Example


Text Example

White with #A32F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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