#A817C2

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

Shades of Dark Orchid #A817C2

Tints of Dark Orchid #A817C2

Color information

#A817C2 (or 0xA817C2) is unknown color: approx Dark Orchid. HEX triplet: A8, 17 and C2. RGB value is (168,23,194). Sum of RGB (Red+Green+Blue) = 168+23+194=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #A817C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817C2 is #57E83D. Grayscale: #555555. Windows color (decimal): -5761086 or 12720040. OLE color: 12720040.

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

Color convert

RGB16823194-
CMYK0.130.8800.24
HSL290.88º78.8%42.55%-
HSV(B)290.88º88.14%76.08%-
XYZ26.1912.8352.14-
YUV85.85189.04186.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 23 (9.38% from 255) = 5.97%
BLUE value IS 194 (76.17% from 255) = 50.39%
R=43.64%
G=5.97%
B=50.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168231940.130.8800.24290.8878.842.55
HexA817C2D580181234f2b
Octal250273021513003044311753
Binary101010001011111000010110110110000110001001000111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A817C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A817C2; }

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

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

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

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

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

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

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

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