#A819C2

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

Shades of Dark Orchid #A819C2

Tints of Dark Orchid #A819C2

Color information

#A819C2 (or 0xA819C2) is unknown color: approx Dark Orchid. HEX triplet: A8, 19 and C2. RGB value is (168,25,194). Sum of RGB (Red+Green+Blue) = 168+25+194=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #A819C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819C2 is #57E63D. Grayscale: #565656. Windows color (decimal): -5760574 or 12720552. OLE color: 12720552.

HSL color Cylindrical-coordinate representation of color #A819C2: hue angle of 290.77º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A819C2 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16825194-
CMYK0.130.8700.24
HSL290.77º77.17%42.94%-
HSV(B)290.77º87.11%76.08%-
XYZ26.2312.9252.15-
YUV87.02188.38185.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 25 (10.16% from 255) = 6.46%
BLUE value IS 194 (76.17% from 255) = 50.13%
R=43.41%
G=6.46%
B=50.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168251940.130.8700.24290.7777.1742.94
HexA819C2D570181234d2b
Octal250313021512703044311553
Binary101010001100111000010110110101110110001001000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A819C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A819C2; }

 p { color: rgb(168,25,194); }

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

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

 a { background-color: rgb(168,25,194); }

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

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

 span { border-color: rgb(168,25,194); }

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