Html Css Color HEX #A3218B Dark Purple

📋 copy color: '#A3218B'

red 163 ◦ green 33 ◦ blue 139

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

Shades of Dark Purple #A3218B

Tints of Dark Purple #A3218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 48.66%
G = 9.85%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3218B (or 0xA3218B) is known color: Dark Purple. HEX triplet: A3, 21 and 8B. RGB value is (163,33,139). Sum of RGB (Red+Green+Blue) = 163+33+139=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3218B is #5CDE74. Grayscale: #535353. Windows color (decimal): -6086261 or 9118115. OLE color: 9118115.

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

Color convert

RGB 163 33 139 -
CMYK 0 0.80 0.15 0.36
HSL 311.08º 0.66% 0.38% -
HSV(B) 311.08º 0.8% 0.64% -
XYZ 20.31 10.74 25.43 -
YUV 83.95 159.07 184.38 -
System Red Green Blue C M Y K H S L
Decimal 163 33 139 0 0.80 0.15 0.36 311.08 0.66 0.38
Hex A3 21 8B 0 50 F 24 137 42 26
Octal 243 41 213 0 120 17 44 467 102 46
Binary 10100011 100001 10001011 0 1010000 1111 100100 100110111 1000010 100110

Color Harmonies of #A3218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3218B

Black with #A3218B

Text Example


Text Example

White with #A3218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3218B; }

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

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

background-color css

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

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

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

border-color css

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

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

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