#A445D5

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

Shades of Dark Orchid #A445D5

Tints of Dark Orchid #A445D5

Color information

#A445D5 (or 0xA445D5) is unknown color: approx Dark Orchid. HEX triplet: A4, 45 and D5. RGB value is (164,69,213). Sum of RGB (Red+Green+Blue) = 164+69+213=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #A445D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445D5 is #5BBA2A. Grayscale: #717171. Windows color (decimal): -6011435 or 13976996. OLE color: 13976996.

HSL color Cylindrical-coordinate representation of color #A445D5: hue angle of 279.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A445D5 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16469213-
CMYK0.230.6800.16
HSL279.58º63.16%55.29%-
HSV(B)279.58º67.61%83.53%-
XYZ29.4516.9564.67-
YUV113.82183.97163.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 69 (27.34% from 255) = 15.47%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=36.77%
G=15.47%
B=47.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164692130.230.6800.16279.5863.1655.29
HexA445D517440101183f37
Octal244105325271040204307767
Binary10100100100010111010101101111000100010000100011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445D5; }

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

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

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

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

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

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

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

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