#A140DC

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

Shades of Dark Orchid #A140DC

Tints of Dark Orchid #A140DC

Color information

#A140DC (or 0xA140DC) is unknown color: approx Dark Orchid. HEX triplet: A1, 40 and DC. RGB value is (161,64,220). Sum of RGB (Red+Green+Blue) = 161+64+220=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #A140DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140DC is #5EBF23. Grayscale: #6E6E6E. Windows color (decimal): -6209316 or 14434465. OLE color: 14434465.

HSL color Cylindrical-coordinate representation of color #A140DC: hue angle of 277.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A140DC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16164220-
CMYK0.270.7100.14
HSL277.31º69.03%55.69%-
HSV(B)277.31º70.91%86.27%-
XYZ29.4516.4169.33-
YUV110.79189.64163.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 64 (25.39% from 255) = 14.38%
BLUE value IS 220 (86.33% from 255) = 49.44%
R=36.18%
G=14.38%
B=49.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161642200.270.7100.14277.3169.0355.69
HexA140DC1B470E1154538
Octal2411003343310701642510570
Binary10100001100000011011100110111000111011101000101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A140DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A140DC; }

 p { color: rgb(161,64,220); }

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

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

 a { background-color: rgb(161,64,220); }

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

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

 span { border-color: rgb(161,64,220); }

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