#A146DB

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

Shades of Dark Orchid #A146DB

Tints of Dark Orchid #A146DB

Color information

#A146DB (or 0xA146DB) is unknown color: approx Dark Orchid. HEX triplet: A1, 46 and DB. RGB value is (161,70,219). Sum of RGB (Red+Green+Blue) = 161+70+219=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #A146DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146DB is #5EB924. Grayscale: #717171. Windows color (decimal): -6207781 or 14370465. OLE color: 14370465.

HSL color Cylindrical-coordinate representation of color #A146DB: hue angle of 276.64º 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 #A146DB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16170219-
CMYK0.260.6800.14
HSL276.64º67.42%56.67%-
HSV(B)276.64º68.04%85.88%-
XYZ29.6717.0768.75-
YUV114.2187.15161.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 70 (27.73% from 255) = 15.56%
BLUE value IS 219 (85.94% from 255) = 48.67%
R=35.78%
G=15.56%
B=48.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161702190.260.6800.14276.6467.4256.67
HexA146DB1A440E1154339
Octal2411063333210401642510371
Binary10100001100011011011011110101000100011101000101011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A146DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A146DB; }

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

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

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

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

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

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

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

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