#A0127E

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

Shades of Dark Purple #A0127E

Tints of Dark Purple #A0127E

Color information

#A0127E (or 0xA0127E) is unknown color: approx Dark Purple. HEX triplet: A0, 12 and 7E. RGB value is (160,18,126). Sum of RGB (Red+Green+Blue) = 160+18+126=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0127E is #5FED81. Grayscale: #484848. Windows color (decimal): -6286722 or 8262304. OLE color: 8262304.

HSL color Cylindrical-coordinate representation of color #A0127E: hue angle of 314.37º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0127E is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16018126-
CMYK00.890.210.37
HSL314.37º79.78%34.9%-
HSV(B)314.37º88.75%62.75%-
XYZ18.489.4120.58-
YUV72.77158.04190.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 18 (7.42% from 255) = 5.92%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=52.63%
G=5.92%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601812600.890.210.37314.3779.7834.9
HexA0127E059152513a5023
Octal240221760131254547212043
Binary1010000010010111111001011001101011001011001110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0127E; }

 p { color: rgb(160,18,126); }

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

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

 a { background-color: rgb(160,18,126); }

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

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

 span { border-color: rgb(160,18,126); }

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