Html Css Color HEX #A3218E Dark Purple

📋 copy color: '#A3218E'

red 163 ◦ green 33 ◦ blue 142

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

Shades of Dark Purple #A3218E

Tints of Dark Purple #A3218E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 48.22%
G = 9.76%
B = 42.01%

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

#A3218E (or 0xA3218E) is known color: Dark Purple. HEX triplet: A3, 21 and 8E. RGB value is (163,33,142). Sum of RGB (Red+Green+Blue) = 163+33+142=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3218E is #5CDE71. Grayscale: #535353. Windows color (decimal): -6086258 or 9314723. OLE color: 9314723.

HSL color Cylindrical-coordinate representation of color #A3218E: hue angle of 309.69º 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 #A3218E is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 142 -
CMYK 0 0.80 0.13 0.36
HSL 309.69º 0.66% 0.38% -
HSV(B) 309.69º 0.8% 0.64% -
XYZ 20.53 10.83 26.6 -
YUV 84.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 163 33 142 0 0.80 0.13 0.36 309.69 0.66 0.38
Hex A3 21 8E 0 50 D 24 136 42 26
Octal 243 41 216 0 120 15 44 466 102 46
Binary 10100011 100001 10001110 0 1010000 1101 100100 100110110 1000010 100110

Color Harmonies of #A3218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3218E

Black with #A3218E

Text Example


Text Example

White with #A3218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3218E; }

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

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

background-color css

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

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

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

border-color css

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

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

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