Html Css Color HEX #A32683 Medium Red Violet

📋 copy color: '#A32683'

red 163 ◦ green 38 ◦ blue 131

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

Shades of Medium Red Violet #A32683

Tints of Medium Red Violet #A32683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.45%

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

R = 49.1%
G = 11.45%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A32683 (or 0xA32683) is known color: Medium Red Violet. HEX triplet: A3, 26 and 83. RGB value is (163,38,131). Sum of RGB (Red+Green+Blue) = 163+38+131=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A32683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32683 is #5CD97C. Grayscale: #555555. Windows color (decimal): -6084989 or 8595107. OLE color: 8595107.

HSL color Cylindrical-coordinate representation of color #A32683: hue angle of 315.36º degrees, saturation: 0.62, 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 #A32683 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 38 131 -
CMYK 0 0.77 0.20 0.36
HSL 315.36º 0.62% 0.39% -
HSV(B) 315.36º 0.77% 0.64% -
XYZ 19.89 10.81 22.51 -
YUV 85.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 163 38 131 0 0.77 0.20 0.36 315.36 0.62 0.39
Hex A3 26 83 0 4D 14 24 13B 3E 27
Octal 243 46 203 0 115 24 44 473 76 47
Binary 10100011 100110 10000011 0 1001101 10100 100100 100111011 111110 100111

Color Harmonies of #A32683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32683

Black with #A32683

Text Example


Text Example

White with #A32683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32683; }

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

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

background-color css

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

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

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

border-color css

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

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

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