#a644cf

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

Shades of Dark Orchid #A644CF

Tints of Dark Orchid #A644CF

Color information

#A644CF (or 0xA644CF) is unknown color: approx Dark Orchid. HEX triplet: A6, 44 and CF. RGB value is (166,68,207). Sum of RGB (Red+Green+Blue) = 166+68+207=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A644CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644CF is #59BB30. Grayscale: #707070. Windows color (decimal): -5880625 or 13583526. OLE color: 13583526.

HSL color Cylindrical-coordinate representation of color #A644CF: hue angle of 282.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A644CF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16668207-
CMYK0.200.6700.19
HSL282.3º59.15%53.92%-
HSV(B)282.3º67.15%81.18%-
XYZ29.0616.7560.73-
YUV113.15180.97165.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=37.64%
G=15.42%
B=46.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166682070.200.6700.19282.359.1553.92
HexA644CF144301311a3b36
Octal246104317241030234327366
Binary10100110100010011001111101001000011010011100011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a644cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a644cf; }

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

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

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

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

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

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

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

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