#A3187B

Color #A3187B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A3187B

Tints of Dark Purple #A3187B

Color information

#A3187B (or 0xA3187B) is unknown color: approx Dark Purple. HEX triplet: A3, 18 and 7B. RGB value is (163,24,123). Sum of RGB (Red+Green+Blue) = 163+24+123=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3187B is #5CE784. Grayscale: #4C4C4C. Windows color (decimal): -6088581 or 8067235. OLE color: 8067235.

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

Color convert

RGB16324123-
CMYK00.850.250.36
HSL317.27º74.33%36.67%-
HSV(B)317.27º85.28%63.92%-
XYZ19.019.8719.64-
YUV76.85154.05189.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 24 (9.77% from 255) = 7.74%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=52.58%
G=7.74%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632412300.850.250.36317.2774.3336.67
HexA3187B055192413d4a25
Octal243301730125314447511245
Binary1010001111000111101101010101110011001001001111011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3187B; }

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

 H1.HeaderClassName
 {
   color: #A3187B;
 }
 .AnyTagClassName
 {
   color: #A3187B;
 }
</style>
background-color css

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

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

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

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

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

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