#A0268D

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

Shades of Dark Purple #A0268D

Tints of Dark Purple #A0268D

Color information

#A0268D (or 0xA0268D) is unknown color: approx Dark Purple. HEX triplet: A0, 26 and 8D. RGB value is (160,38,141). Sum of RGB (Red+Green+Blue) = 160+38+141=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0268D is #5FD972. Grayscale: #555555. Windows color (decimal): -6281587 or 9250464. OLE color: 9250464.

HSL color Cylindrical-coordinate representation of color #A0268D: hue angle of 309.34º degrees, saturation: 0.62, 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 #A0268D is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16038141-
CMYK00.760.120.37
HSL309.34º61.62%38.82%-
HSV(B)309.34º76.25%62.75%-
XYZ2010.7826.23-
YUV86.22158.92180.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 38 (15.23% from 255) = 11.21%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=47.20%
G=11.21%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603814100.760.120.37309.3461.6238.82
HexA0268D04CC251353e27
Octal24046215011414454657647
Binary1010000010011010001101010011001100100101100110101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0268D; }

 p { color: rgb(160,38,141); }

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

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

 a { background-color: rgb(160,38,141); }

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

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

 span { border-color: rgb(160,38,141); }

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