#A128BB

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

Shades of Dark Orchid #A128BB

Tints of Dark Orchid #A128BB

Color information

#A128BB (or 0xA128BB) is unknown color: approx Dark Orchid. HEX triplet: A1, 28 and BB. RGB value is (161,40,187). Sum of RGB (Red+Green+Blue) = 161+40+187=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #A128BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128BB is #5ED744. Grayscale: #5C5C5C. Windows color (decimal): -6215493 or 12265633. OLE color: 12265633.

HSL color Cylindrical-coordinate representation of color #A128BB: hue angle of 289.39º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A128BB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16140187-
CMYK0.140.7900.27
HSL289.39º64.76%44.51%-
HSV(B)289.39º78.61%73.33%-
XYZ24.4312.6848.17-
YUV92.94181.09176.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 40 (16.02% from 255) = 10.31%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=41.49%
G=10.31%
B=48.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161401870.140.7900.27289.3964.7644.51
HexA128BBE4F01B121412d
Octal241502731611703344110155
Binary1010000110100010111011111010011110110111001000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A128BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A128BB; }

 p { color: rgb(161,40,187); }

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

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

 a { background-color: rgb(161,40,187); }

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

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

 span { border-color: rgb(161,40,187); }

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