Html Css Color HEX #A3187D Dark Purple

📋 copy color: '#A3187D'

red 163 ◦ green 24 ◦ blue 125

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

Shades of Dark Purple #A3187D

Tints of Dark Purple #A3187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 52.24%
G = 7.69%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3187D (or 0xA3187D) is known color: Dark Purple. HEX triplet: A3, 18 and 7D. RGB value is (163,24,125). Sum of RGB (Red+Green+Blue) = 163+24+125=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3187D is #5CE782. Grayscale: #4C4C4C. Windows color (decimal): -6088579 or 8198307. OLE color: 8198307.

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

Color convert

RGB 163 24 125 -
CMYK 0 0.85 0.23 0.36
HSL 316.4º 0.74% 0.37% -
HSV(B) 316.4º 0.85% 0.64% -
XYZ 19.13 9.92 20.31 -
YUV 77.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 163 24 125 0 0.85 0.23 0.36 316.4 0.74 0.37
Hex A3 18 7D 0 55 17 24 13C 4A 25
Octal 243 30 175 0 125 27 44 474 112 45
Binary 10100011 11000 1111101 0 1010101 10111 100100 100111100 1001010 100101

Color Harmonies of #A3187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3187D

Black with #A3187D

Text Example


Text Example

White with #A3187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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