#A81EC4

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

Shades of Dark Orchid #A81EC4

Tints of Dark Orchid #A81EC4

Color information

#A81EC4 (or 0xA81EC4) is unknown color: approx Dark Orchid. HEX triplet: A8, 1E and C4. RGB value is (168,30,196). Sum of RGB (Red+Green+Blue) = 168+30+196=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #A81EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EC4 is #57E13B. Grayscale: #595959. Windows color (decimal): -5759292 or 12852904. OLE color: 12852904.

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

Color convert

RGB16830196-
CMYK0.140.8500.23
HSL289.88º73.45%44.31%-
HSV(B)289.88º84.69%76.86%-
XYZ26.5813.2453.38-
YUV90.19187.72183.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 30 (12.11% from 255) = 7.61%
BLUE value IS 196 (76.95% from 255) = 49.75%
R=42.64%
G=7.61%
B=49.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168301960.140.8500.23289.8873.4544.31
HexA81EC4E55017122492c
Octal250363041612502744211154
Binary101010001111011000100111010101010101111001000101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81EC4; }

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

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

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

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

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

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

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

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