#A0297B

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

Shades of Dark Purple #A0297B

Tints of Dark Purple #A0297B

Color information

#A0297B (or 0xA0297B) is unknown color: approx Dark Purple. HEX triplet: A0, 29 and 7B. RGB value is (160,41,123). Sum of RGB (Red+Green+Blue) = 160+41+123=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0297B is #5FD684. Grayscale: #555555. Windows color (decimal): -6280837 or 8071584. OLE color: 8071584.

HSL color Cylindrical-coordinate representation of color #A0297B: hue angle of 318.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0297B is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16041123-
CMYK00.740.230.37
HSL318.66º59.2%39.41%-
HSV(B)318.66º74.37%62.75%-
XYZ18.8710.4919.77-
YUV85.93148.92180.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 41 (16.41% from 255) = 12.65%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=49.38%
G=12.65%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604112300.740.230.37318.6659.239.41
HexA0297B04A172513f3b27
Octal24051173011227454777347
Binary1010000010100111110110100101010111100101100111111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0297B; }

 p { color: rgb(160,41,123); }

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

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

 a { background-color: rgb(160,41,123); }

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

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

 span { border-color: rgb(160,41,123); }

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