Html Css Color HEX #A3198F Dark Purple

📋 copy color: '#A3198F'

red 163 ◦ green 25 ◦ blue 143

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

Shades of Dark Purple #A3198F

Tints of Dark Purple #A3198F

RGB

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

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

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

R = 49.24%
G = 7.55%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3198F (or 0xA3198F) is known color: Dark Purple. HEX triplet: A3, 19 and 8F. RGB value is (163,25,143). Sum of RGB (Red+Green+Blue) = 163+25+143=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A3198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3198F is #5CE670. Grayscale: #4F4F4F. Windows color (decimal): -6088305 or 9378211. OLE color: 9378211.

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

Color convert

RGB 163 25 143 -
CMYK 0 0.85 0.12 0.36
HSL 308.7º 0.73% 0.37% -
HSV(B) 308.7º 0.85% 0.64% -
XYZ 20.41 10.46 26.93 -
YUV 79.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 163 25 143 0 0.85 0.12 0.36 308.7 0.73 0.37
Hex A3 19 8F 0 55 C 24 135 49 25
Octal 243 31 217 0 125 14 44 465 111 45
Binary 10100011 11001 10001111 0 1010101 1100 100100 100110101 1001001 100101

Color Harmonies of #A3198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3198F

Black with #A3198F

Text Example


Text Example

White with #A3198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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