#a644d6

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

Shades of Dark Orchid #A644D6

Tints of Dark Orchid #A644D6

Color information

#A644D6 (or 0xA644D6) is unknown color: approx Dark Orchid. HEX triplet: A6, 44 and D6. RGB value is (166,68,214). Sum of RGB (Red+Green+Blue) = 166+68+214=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #A644D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644D6 is #59BB29. Grayscale: #717171. Windows color (decimal): -5880618 or 14042278. OLE color: 14042278.

HSL color Cylindrical-coordinate representation of color #A644D6: hue angle of 280.27º degrees, saturation: 0.64, 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 #A644D6 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16668214-
CMYK0.220.6800.16
HSL280.27º64.04%55.29%-
HSV(B)280.27º68.22%83.92%-
XYZ29.9317.165.34-
YUV113.95184.47165.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.05%
GREEN value IS 68 (26.95% from 255) = 15.18%
BLUE value IS 214 (83.98% from 255) = 47.77%
R=37.05%
G=15.18%
B=47.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166682140.220.6800.16280.2764.0455.29
HexA644D616440101184037
Octal2461043262610402043010067
Binary101001101000100110101101011010001000100001000110001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a644d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a644d6; }

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

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

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

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

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

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

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

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