#A445D0

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

Shades of Dark Orchid #A445D0

Tints of Dark Orchid #A445D0

Color information

#A445D0 (or 0xA445D0) is unknown color: approx Dark Orchid. HEX triplet: A4, 45 and D0. RGB value is (164,69,208). Sum of RGB (Red+Green+Blue) = 164+69+208=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #A445D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445D0 is #5BBA2F. Grayscale: #707070. Windows color (decimal): -6011440 or 13649316. OLE color: 13649316.

HSL color Cylindrical-coordinate representation of color #A445D0: hue angle of 281.01º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A445D0 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16469208-
CMYK0.210.6700.18
HSL281.01º59.66%54.31%-
HSV(B)281.01º66.83%81.57%-
XYZ28.8216.761.38-
YUV113.25181.47164.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 208 (81.64% from 255) = 47.17%
R=37.19%
G=15.65%
B=47.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164692080.210.6700.18281.0159.6654.31
HexA445D015430121193c36
Octal244105320251030224317466
Binary10100100100010111010000101011000011010010100011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445D0; }

 p { color: rgb(164,69,208); }

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

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

 a { background-color: rgb(164,69,208); }

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

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

 span { border-color: rgb(164,69,208); }

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