Html Css Color HEX #A3218D Dark Purple

📋 copy color: '#A3218D'

red 163 ◦ green 33 ◦ blue 141

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

Shades of Dark Purple #A3218D

Tints of Dark Purple #A3218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.79%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 48.37%
G = 9.79%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3218D (or 0xA3218D) is known color: Dark Purple. HEX triplet: A3, 21 and 8D. RGB value is (163,33,141). Sum of RGB (Red+Green+Blue) = 163+33+141=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3218D is #5CDE72. Grayscale: #535353. Windows color (decimal): -6086259 or 9249187. OLE color: 9249187.

HSL color Cylindrical-coordinate representation of color #A3218D: hue angle of 310.15º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3218D is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 141 -
CMYK 0 0.80 0.13 0.36
HSL 310.15º 0.66% 0.38% -
HSV(B) 310.15º 0.8% 0.64% -
XYZ 20.46 10.8 26.21 -
YUV 84.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 163 33 141 0 0.80 0.13 0.36 310.15 0.66 0.38
Hex A3 21 8D 0 50 D 24 136 42 26
Octal 243 41 215 0 120 15 44 466 102 46
Binary 10100011 100001 10001101 0 1010000 1101 100100 100110110 1000010 100110

Color Harmonies of #A3218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3218D

Black with #A3218D

Text Example


Text Example

White with #A3218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3218D; }

 p { color: rgb(163,33,141); }

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

background-color css

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

 a { background-color: rgb(163,33,141); }

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

border-color css

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

 span { border-color: rgb(163,33,141); }

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