#A51B7A

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

Shades of Dark Purple #A51B7A

Tints of Dark Purple #A51B7A

Color information

#A51B7A (or 0xA51B7A) is unknown color: approx Dark Purple. HEX triplet: A5, 1B and 7A. RGB value is (165,27,122). Sum of RGB (Red+Green+Blue) = 165+27+122=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B7A is #5AE485. Grayscale: #4E4E4E. Windows color (decimal): -5956742 or 8002469. OLE color: 8002469.

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

Color convert

RGB16527122-
CMYK00.840.260.35
HSL318.7º71.88%37.65%-
HSV(B)318.7º83.64%64.71%-
XYZ19.4210.1919.36-
YUV79.09152.22189.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 27 (10.94% from 255) = 8.60%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=52.55%
G=8.60%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652712200.840.260.35318.771.8837.65
HexA51B7A0541A2313f4826
Octal245331720124324347711046
Binary1010010111011111101001010100110101000111001111111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B7A; }

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

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

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

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

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

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

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

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