#A046DB

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

Shades of Dark Orchid #A046DB

Tints of Dark Orchid #A046DB

Color information

#A046DB (or 0xA046DB) is unknown color: approx Dark Orchid. HEX triplet: A0, 46 and DB. RGB value is (160,70,219). Sum of RGB (Red+Green+Blue) = 160+70+219=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 70 (27.73% from 255 or 15.59% 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 #A046DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046DB is #5FB924. Grayscale: #717171. Windows color (decimal): -6273317 or 14370464. OLE color: 14370464.

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

Color convert

RGB16070219-
CMYK0.270.6800.14
HSL276.24º67.42%56.67%-
HSV(B)276.24º68.04%85.88%-
XYZ29.4716.9768.74-
YUV113.9187.32160.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 219 (85.94% from 255) = 48.78%
R=35.63%
G=15.59%
B=48.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160702190.270.6800.14276.2467.4256.67
HexA046DB1B440E1144339
Octal2401063333310401642410371
Binary10100000100011011011011110111000100011101000101001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A046DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A046DB; }

 p { color: rgb(160,70,219); }

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

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

 a { background-color: rgb(160,70,219); }

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

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

 span { border-color: rgb(160,70,219); }

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