#A0268E

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

Shades of Dark Purple #A0268E

Tints of Dark Purple #A0268E

Color information

#A0268E (or 0xA0268E) is unknown color: approx Dark Purple. HEX triplet: A0, 26 and 8E. RGB value is (160,38,142). Sum of RGB (Red+Green+Blue) = 160+38+142=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0268E is #5FD971. Grayscale: #565656. Windows color (decimal): -6281586 or 9316000. OLE color: 9316000.

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

Color convert

RGB16038142-
CMYK00.760.110.37
HSL308.85º61.62%38.82%-
HSV(B)308.85º76.25%62.75%-
XYZ20.0710.8126.62-
YUV86.33159.42180.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 38 (15.23% from 255) = 11.18%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=47.06%
G=11.18%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603814200.760.110.37308.8561.6238.82
HexA0268E04CB251353e27
Octal24046216011413454657647
Binary1010000010011010001110010011001011100101100110101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0268E; }

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

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

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

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

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

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

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

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