Html Css Color HEX #A3188D Dark Purple

📋 copy color: '#A3188D'

red 163 ◦ green 24 ◦ blue 141

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

Shades of Dark Purple #A3188D

Tints of Dark Purple #A3188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

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

R = 49.7%
G = 7.32%
B = 42.99%

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

#A3188D (or 0xA3188D) is known color: Dark Purple. HEX triplet: A3, 18 and 8D. RGB value is (163,24,141). Sum of RGB (Red+Green+Blue) = 163+24+141=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3188D is #5CE772. Grayscale: #4E4E4E. Windows color (decimal): -6088563 or 9246883. OLE color: 9246883.

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

Color convert

RGB 163 24 141 -
CMYK 0 0.85 0.13 0.36
HSL 309.5º 0.74% 0.37% -
HSV(B) 309.5º 0.85% 0.64% -
XYZ 20.24 10.36 26.13 -
YUV 78.9 163.05 187.99 -
System Red Green Blue C M Y K H S L
Decimal 163 24 141 0 0.85 0.13 0.36 309.5 0.74 0.37
Hex A3 18 8D 0 55 D 24 135 4A 25
Octal 243 30 215 0 125 15 44 465 112 45
Binary 10100011 11000 10001101 0 1010101 1101 100100 100110101 1001010 100101

Color Harmonies of #A3188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3188D

Black with #A3188D

Text Example


Text Example

White with #A3188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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