#A81EC3

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

Shades of Dark Orchid #A81EC3

Tints of Dark Orchid #A81EC3

Color information

#A81EC3 (or 0xA81EC3) is unknown color: approx Dark Orchid. HEX triplet: A8, 1E and C3. RGB value is (168,30,195). Sum of RGB (Red+Green+Blue) = 168+30+195=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #A81EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EC3 is #57E13C. Grayscale: #595959. Windows color (decimal): -5759293 or 12787368. OLE color: 12787368.

HSL color Cylindrical-coordinate representation of color #A81EC3: hue angle of 290.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81EC3 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16830195-
CMYK0.140.8500.24
HSL290.18º73.33%44.12%-
HSV(B)290.18º84.62%76.47%-
XYZ26.4613.1952.78-
YUV90.07187.22183.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 30 (12.11% from 255) = 7.63%
BLUE value IS 195 (76.56% from 255) = 49.62%
R=42.75%
G=7.63%
B=49.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal168301950.140.8500.24290.1873.3344.12
HexA81EC3E55018122492c
Octal250363031612503044211154
Binary101010001111011000011111010101010110001001000101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81EC3; }

 p { color: rgb(168,30,195); }

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

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

 a { background-color: rgb(168,30,195); }

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

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

 span { border-color: rgb(168,30,195); }

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