Html Css Color HEX #A3198D Dark Purple

📋 copy color: '#A3198D'

red 163 ◦ green 25 ◦ blue 141

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

Shades of Dark Purple #A3198D

Tints of Dark Purple #A3198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

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

R = 49.54%
G = 7.6%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3198D (or 0xA3198D) is known color: Dark Purple. HEX triplet: A3, 19 and 8D. RGB value is (163,25,141). Sum of RGB (Red+Green+Blue) = 163+25+141=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A3198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3198D is #5CE672. Grayscale: #4F4F4F. Windows color (decimal): -6088307 or 9247139. OLE color: 9247139.

HSL color Cylindrical-coordinate representation of color #A3198D: hue angle of 309.57º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3198D is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 25 141 -
CMYK 0 0.85 0.13 0.36
HSL 309.57º 0.73% 0.37% -
HSV(B) 309.57º 0.85% 0.64% -
XYZ 20.26 10.4 26.14 -
YUV 79.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 163 25 141 0 0.85 0.13 0.36 309.57 0.73 0.37
Hex A3 19 8D 0 55 D 24 136 49 25
Octal 243 31 215 0 125 15 44 466 111 45
Binary 10100011 11001 10001101 0 1010101 1101 100100 100110110 1001001 100101

Color Harmonies of #A3198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3198D

Black with #A3198D

Text Example


Text Example

White with #A3198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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