#A0248F

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

Shades of Dark Purple #A0248F

Tints of Dark Purple #A0248F

Color information

#A0248F (or 0xA0248F) is unknown color: approx Dark Purple. HEX triplet: A0, 24 and 8F. RGB value is (160,36,143). Sum of RGB (Red+Green+Blue) = 160+36+143=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0248F is #5FDB70. Grayscale: #545454. Windows color (decimal): -6282097 or 9381024. OLE color: 9381024.

HSL color Cylindrical-coordinate representation of color #A0248F: hue angle of 308.23º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0248F is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16036143-
CMYK00.780.110.37
HSL308.23º63.27%38.43%-
HSV(B)308.23º77.5%62.75%-
XYZ20.0910.7227-
YUV85.27160.58181.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=47.20%
G=10.62%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603614300.780.110.37308.2363.2738.43
HexA0248F04EB251343f26
Octal24044217011613454647746
Binary1010000010010010001111010011101011100101100110100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0248F; }

 p { color: rgb(160,36,143); }

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

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

 a { background-color: rgb(160,36,143); }

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

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

 span { border-color: rgb(160,36,143); }

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