Html Css Color HEX #A3188C Dark Purple

📋 copy color: '#A3188C'

red 163 ◦ green 24 ◦ blue 140

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

Shades of Dark Purple #A3188C

Tints of Dark Purple #A3188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 49.85%
G = 7.34%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3188C (or 0xA3188C) is known color: Dark Purple. HEX triplet: A3, 18 and 8C. RGB value is (163,24,140). Sum of RGB (Red+Green+Blue) = 163+24+140=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3188C is #5CE773. Grayscale: #4E4E4E. Windows color (decimal): -6088564 or 9181347. OLE color: 9181347.

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

Color convert

RGB 163 24 140 -
CMYK 0 0.85 0.14 0.36
HSL 309.93º 0.74% 0.37% -
HSV(B) 309.93º 0.85% 0.64% -
XYZ 20.16 10.33 25.74 -
YUV 78.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 163 24 140 0 0.85 0.14 0.36 309.93 0.74 0.37
Hex A3 18 8C 0 55 E 24 136 4A 25
Octal 243 30 214 0 125 16 44 466 112 45
Binary 10100011 11000 10001100 0 1010101 1110 100100 100110110 1001010 100101

Color Harmonies of #A3188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3188C

Black with #A3188C

Text Example


Text Example

White with #A3188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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