#A444DD

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

Shades of Dark Orchid #A444DD

Tints of Dark Orchid #A444DD

Color information

#A444DD (or 0xA444DD) is unknown color: approx Dark Orchid. HEX triplet: A4, 44 and DD. RGB value is (164,68,221). Sum of RGB (Red+Green+Blue) = 164+68+221=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #A444DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444DD is #5BBB22. Grayscale: #717171. Windows color (decimal): -6011683 or 14501028. OLE color: 14501028.

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

Color convert

RGB16468221-
CMYK0.260.6900.13
HSL277.65º69.23%56.67%-
HSV(B)277.65º69.23%86.67%-
XYZ30.4317.2570.13-
YUV114.15188.3163.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 68 (26.95% from 255) = 15.01%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=36.20%
G=15.01%
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
Decimal164682210.260.6900.13277.6569.2356.67
HexA444DD1A450D1164539
Octal2441043353210501542610571
Binary10100100100010011011101110101000101011011000101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A444DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A444DD; }

 p { color: rgb(164,68,221); }

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

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

 a { background-color: rgb(164,68,221); }

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

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

 span { border-color: rgb(164,68,221); }

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