#A845CA

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

Shades of Dark Orchid #A845CA

Tints of Dark Orchid #A845CA

Color information

#A845CA (or 0xA845CA) is unknown color: approx Dark Orchid. HEX triplet: A8, 45 and CA. RGB value is (168,69,202). Sum of RGB (Red+Green+Blue) = 168+69+202=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #A845CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845CA is #57BA35. Grayscale: #717171. Windows color (decimal): -5749302 or 13256104. OLE color: 13256104.

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

Color convert

RGB16869202-
CMYK0.170.6600.21
HSL284.66º55.65%53.14%-
HSV(B)284.66º65.84%79.22%-
XYZ28.9416.8557.6-
YUV113.76177.8166.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=38.27%
G=15.72%
B=46.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168692020.170.6600.21284.6655.6553.14
HexA845CA114201511d3835
Octal250105312211020254357065
Binary10101000100010111001010100011000010010101100011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845CA; }

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

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

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

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

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

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

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

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