#A0277A

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

Shades of Dark Purple #A0277A

Tints of Dark Purple #A0277A

Color information

#A0277A (or 0xA0277A) is unknown color: approx Dark Purple. HEX triplet: A0, 27 and 7A. RGB value is (160,39,122). Sum of RGB (Red+Green+Blue) = 160+39+122=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0277A is #5FD885. Grayscale: #545454. Windows color (decimal): -6281350 or 8005536. OLE color: 8005536.

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

Color convert

RGB16039122-
CMYK00.760.240.37
HSL318.84º60.8%39.02%-
HSV(B)318.84º75.63%62.75%-
XYZ18.7410.3319.42-
YUV84.64149.09181.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=49.84%
G=12.15%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603912200.760.240.37318.8460.839.02
HexA0277A04C182513f3d27
Octal24047172011430454777547
Binary1010000010011111110100100110011000100101100111111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0277A; }

 p { color: rgb(160,39,122); }

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

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

 a { background-color: rgb(160,39,122); }

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

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

 span { border-color: rgb(160,39,122); }

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