#A445DE

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

Shades of Dark Orchid #A445DE

Tints of Dark Orchid #A445DE

Color information

#A445DE (or 0xA445DE) is unknown color: approx Dark Orchid. HEX triplet: A4, 45 and DE. RGB value is (164,69,222). Sum of RGB (Red+Green+Blue) = 164+69+222=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #A445DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445DE is #5BBA21. Grayscale: #727272. Windows color (decimal): -6011426 or 14566820. OLE color: 14566820.

HSL color Cylindrical-coordinate representation of color #A445DE: hue angle of 277.25º degrees, saturation: 0.7, 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 #A445DE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16469222-
CMYK0.260.6900.13
HSL277.25º69.86%57.06%-
HSV(B)277.25º68.92%87.06%-
XYZ30.6217.4270.86-
YUV114.85188.47163.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 222 (87.11% from 255) = 48.79%
R=36.04%
G=15.16%
B=48.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164692220.260.6900.13277.2569.8657.06
HexA445DE1A450D1154639
Octal2441053363210501542510671
Binary10100100100010111011110110101000101011011000101011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445DE; }

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

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

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

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

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

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

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

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