#A128D8

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

Shades of Dark Orchid #A128D8

Tints of Dark Orchid #A128D8

Color information

#A128D8 (or 0xA128D8) is unknown color: approx Dark Orchid. HEX triplet: A1, 28 and D8. RGB value is (161,40,216). Sum of RGB (Red+Green+Blue) = 161+40+216=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #A128D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128D8 is #5ED727. Grayscale: #5F5F5F. Windows color (decimal): -6215464 or 14166177. OLE color: 14166177.

HSL color Cylindrical-coordinate representation of color #A128D8: hue angle of 281.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A128D8 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16140216-
CMYK0.250.8100.15
HSL281.25º69.29%50.2%-
HSV(B)281.25º81.48%84.71%-
XYZ27.8514.0566.21-
YUV96.24195.59174.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 40 (16.02% from 255) = 9.59%
BLUE value IS 216 (84.77% from 255) = 51.80%
R=38.61%
G=9.59%
B=51.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161402160.250.8100.15281.2569.2950.2
HexA128D819510F1194532
Octal241503303112101743110562
Binary1010000110100011011000110011010001011111000110011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A128D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A128D8; }

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

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

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

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

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

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

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

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