#A145DD

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

Shades of Dark Orchid #A145DD

Tints of Dark Orchid #A145DD

Color information

#A145DD (or 0xA145DD) is unknown color: approx Dark Orchid. HEX triplet: A1, 45 and DD. RGB value is (161,69,221). Sum of RGB (Red+Green+Blue) = 161+69+221=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #A145DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145DD is #5EBA22. Grayscale: #717171. Windows color (decimal): -6208035 or 14501281. OLE color: 14501281.

HSL color Cylindrical-coordinate representation of color #A145DD: hue angle of 276.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A145DD is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16169221-
CMYK0.270.6900.13
HSL276.32º69.09%56.86%-
HSV(B)276.32º68.78%86.67%-
XYZ29.8817.0570.12-
YUV113.84188.48161.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 69 (27.34% from 255) = 15.30%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=35.70%
G=15.30%
B=49.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161692210.270.6900.13276.3269.0956.86
HexA145DD1B450D1144539
Octal2411053353310501542410571
Binary10100001100010111011101110111000101011011000101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145DD; }

 p { color: rgb(161,69,221); }

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

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

 a { background-color: rgb(161,69,221); }

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

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

 span { border-color: rgb(161,69,221); }

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