Html Css Color HEX #A3218F Dark Purple

📋 copy color: '#A3218F'

red 163 ◦ green 33 ◦ blue 143

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

Shades of Dark Purple #A3218F

Tints of Dark Purple #A3218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 48.08%
G = 9.73%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3218F (or 0xA3218F) is known color: Dark Purple. HEX triplet: A3, 21 and 8F. RGB value is (163,33,143). Sum of RGB (Red+Green+Blue) = 163+33+143=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3218F is #5CDE70. Grayscale: #545454. Windows color (decimal): -6086257 or 9380259. OLE color: 9380259.

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

Color convert

RGB 163 33 143 -
CMYK 0 0.80 0.12 0.36
HSL 309.23º 0.66% 0.38% -
HSV(B) 309.23º 0.8% 0.64% -
XYZ 20.61 10.86 27 -
YUV 84.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 163 33 143 0 0.80 0.12 0.36 309.23 0.66 0.38
Hex A3 21 8F 0 50 C 24 135 42 26
Octal 243 41 217 0 120 14 44 465 102 46
Binary 10100011 100001 10001111 0 1010000 1100 100100 100110101 1000010 100110

Color Harmonies of #A3218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3218F

Black with #A3218F

Text Example


Text Example

White with #A3218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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