#A644DD

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

Shades of Dark Orchid #A644DD

Tints of Dark Orchid #A644DD

Color information

#A644DD (or 0xA644DD) is unknown color: approx Dark Orchid. HEX triplet: A6, 44 and DD. RGB value is (166,68,221). Sum of RGB (Red+Green+Blue) = 166+68+221=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #A644DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644DD is #59BB22. Grayscale: #727272. Windows color (decimal): -5880611 or 14501030. OLE color: 14501030.

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

Color convert

RGB16668221-
CMYK0.250.6900.13
HSL278.43º69.23%56.67%-
HSV(B)278.43º69.23%86.67%-
XYZ30.8417.4670.15-
YUV114.74187.97164.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 68 (26.95% from 255) = 14.95%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=36.48%
G=14.95%
B=48.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166682210.250.6900.13278.4369.2356.67
HexA644DD19450D1164539
Octal2461043353110501542610571
Binary10100110100010011011101110011000101011011000101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A644DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A644DD; }

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

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

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

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

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

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

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

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