#a5198d

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

Shades of Dark Purple #A5198D

Tints of Dark Purple #A5198D

Color information

#A5198D (or 0xA5198D) is unknown color: approx Dark Purple. HEX triplet: A5, 19 and 8D. RGB value is (165,25,141). Sum of RGB (Red+Green+Blue) = 165+25+141=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5198D is #5AE672. Grayscale: #4F4F4F. Windows color (decimal): -5957235 or 9247141. OLE color: 9247141.

HSL color Cylindrical-coordinate representation of color #A5198D: hue angle of 310.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5198D is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16525141-
CMYK00.850.150.35
HSL310.29º73.68%37.25%-
HSV(B)310.29º84.85%64.71%-
XYZ20.6710.6226.16-
YUV80.08162.38188.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=49.85%
G=7.55%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652514100.850.150.35310.2973.6837.25
HexA5198D055F231364a25
Octal245312150125174346611245
Binary1010010111001100011010101010111111000111001101101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5198d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5198d; }

 p { color: rgb(165,25,141); }

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

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

 a { background-color: rgb(165,25,141); }

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

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

 span { border-color: rgb(165,25,141); }

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