#A844C9

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

Shades of Dark Orchid #A844C9

Tints of Dark Orchid #A844C9

Color information

#A844C9 (or 0xA844C9) is unknown color: approx Dark Orchid. HEX triplet: A8, 44 and C9. RGB value is (168,68,201). Sum of RGB (Red+Green+Blue) = 168+68+201=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 201 - color contains mainly: blue. Hex color #A844C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844C9 is #57BB36. Grayscale: #707070. Windows color (decimal): -5749559 or 13190312. OLE color: 13190312.

HSL color Cylindrical-coordinate representation of color #A844C9: hue angle of 285.11º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A844C9 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16868201-
CMYK0.160.6600.21
HSL285.11º55.19%52.75%-
HSV(B)285.11º66.17%78.82%-
XYZ28.7616.6856.96-
YUV113.06177.63167.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 68 (26.95% from 255) = 15.56%
BLUE value IS 201 (78.91% from 255) = 46.00%
R=38.44%
G=15.56%
B=46.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168682010.160.6600.21285.1155.1952.75
HexA844C9104201511d3735
Octal250104311201020254356765
Binary10101000100010011001001100001000010010101100011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A844C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A844C9; }

 p { color: rgb(168,68,201); }

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

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

 a { background-color: rgb(168,68,201); }

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

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

 span { border-color: rgb(168,68,201); }

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