#A845C9

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

Shades of Dark Orchid #A845C9

Tints of Dark Orchid #A845C9

Color information

#A845C9 (or 0xA845C9) is unknown color: approx Dark Orchid. HEX triplet: A8, 45 and C9. RGB value is (168,69,201). Sum of RGB (Red+Green+Blue) = 168+69+201=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #A845C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845C9 is #57BA36. Grayscale: #717171. Windows color (decimal): -5749303 or 13190568. OLE color: 13190568.

HSL color Cylindrical-coordinate representation of color #A845C9: hue angle of 285º 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 #A845C9 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16869201-
CMYK0.160.6600.21
HSL285º55%52.94%-
HSV(B)285º65.67%78.82%-
XYZ28.8216.856.98-
YUV113.65177.3166.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 69 (27.34% from 255) = 15.75%
BLUE value IS 201 (78.91% from 255) = 45.89%
R=38.36%
G=15.75%
B=45.89%

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
Decimal168692010.160.6600.212855552.94
HexA845C9104201511d3735
Octal250105311201020254356765
Binary10101000100010111001001100001000010010101100011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845C9; }

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

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

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

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

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

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

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

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