#A51B7D

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

Shades of Dark Purple #A51B7D

Tints of Dark Purple #A51B7D

Color information

#A51B7D (or 0xA51B7D) is unknown color: approx Dark Purple. HEX triplet: A5, 1B and 7D. RGB value is (165,27,125). Sum of RGB (Red+Green+Blue) = 165+27+125=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B7D is #5AE482. Grayscale: #4F4F4F. Windows color (decimal): -5956739 or 8199077. OLE color: 8199077.

HSL color Cylindrical-coordinate representation of color #A51B7D: hue angle of 317.39º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51B7D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16527125-
CMYK00.840.240.35
HSL317.39º71.88%37.65%-
HSV(B)317.39º83.64%64.71%-
XYZ19.6110.2620.35-
YUV79.43153.72189.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 27 (10.94% from 255) = 8.52%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=52.05%
G=8.52%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652712500.840.240.35317.3971.8837.65
HexA51B7D054182313d4826
Octal245331750124304347511046
Binary1010010111011111110101010100110001000111001111011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B7D; }

 p { color: rgb(165,27,125); }

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

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

 a { background-color: rgb(165,27,125); }

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

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

 span { border-color: rgb(165,27,125); }

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