#a5198a

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

Shades of Dark Purple #A5198A

Tints of Dark Purple #A5198A

Color information

#A5198A (or 0xA5198A) is unknown color: approx Dark Purple. HEX triplet: A5, 19 and 8A. RGB value is (165,25,138). Sum of RGB (Red+Green+Blue) = 165+25+138=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5198A is #5AE675. Grayscale: #4F4F4F. Windows color (decimal): -5957238 or 9050533. OLE color: 9050533.

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

Color convert

RGB16525138-
CMYK00.850.160.35
HSL311.57º73.68%37.25%-
HSV(B)311.57º84.85%64.71%-
XYZ20.4510.5325-
YUV79.74160.88188.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 25 (10.16% from 255) = 7.62%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=50.30%
G=7.62%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652513800.850.160.35311.5773.6837.25
HexA5198A05510231384a25
Octal245312120125204347011245
Binary10100101110011000101001010101100001000111001110001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5198a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5198a; }

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

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

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

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

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

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

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

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