#A02B8A

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

Shades of Dark Purple #A02B8A

Tints of Dark Purple #A02B8A

Color information

#A02B8A (or 0xA02B8A) is unknown color: approx Dark Purple. HEX triplet: A0, 2B and 8A. RGB value is (160,43,138). Sum of RGB (Red+Green+Blue) = 160+43+138=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02B8A is #5FD475. Grayscale: #585858. Windows color (decimal): -6280310 or 9055136. OLE color: 9055136.

HSL color Cylindrical-coordinate representation of color #A02B8A: hue angle of 311.28º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B8A is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16043138-
CMYK00.730.140.37
HSL311.28º57.64%39.8%-
HSV(B)311.28º73.12%62.75%-
XYZ19.9511.0425.12-
YUV88.81155.76178.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 43 (17.19% from 255) = 12.61%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=46.92%
G=12.61%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604313800.730.140.37311.2857.6439.8
HexA02B8A049E251373a28
Octal24053212011116454677250
Binary1010000010101110001010010010011110100101100110111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B8A; }

 p { color: rgb(160,43,138); }

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

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

 a { background-color: rgb(160,43,138); }

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

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

 span { border-color: rgb(160,43,138); }

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