#A640DB

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

Shades of Dark Orchid #A640DB

Tints of Dark Orchid #A640DB

Color information

#A640DB (or 0xA640DB) is unknown color: approx Dark Orchid. HEX triplet: A6, 40 and DB. RGB value is (166,64,219). Sum of RGB (Red+Green+Blue) = 166+64+219=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #A640DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640DB is #59BF24. Grayscale: #6F6F6F. Windows color (decimal): -5881637 or 14368934. OLE color: 14368934.

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

Color convert

RGB16664219-
CMYK0.240.7100.14
HSL279.48º68.28%55.49%-
HSV(B)279.48º70.78%85.88%-
XYZ30.3516.8968.68-
YUV112.17188.29166.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 64 (25.39% from 255) = 14.25%
BLUE value IS 219 (85.94% from 255) = 48.78%
R=36.97%
G=14.25%
B=48.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166642190.240.7100.14279.4868.2855.49
HexA640DB18470E1174437
Octal2461003333010701642710467
Binary10100110100000011011011110001000111011101000101111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A640DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A640DB; }

 p { color: rgb(166,64,219); }

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

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

 a { background-color: rgb(166,64,219); }

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

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

 span { border-color: rgb(166,64,219); }

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