#A81FBC

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

Shades of Dark Orchid #A81FBC

Tints of Dark Orchid #A81FBC

Color information

#A81FBC (or 0xA81FBC) is unknown color: approx Dark Orchid. HEX triplet: A8, 1F and BC. RGB value is (168,31,188). Sum of RGB (Red+Green+Blue) = 168+31+188=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #A81FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FBC is #57E043. Grayscale: #595959. Windows color (decimal): -5759044 or 12328872. OLE color: 12328872.

HSL color Cylindrical-coordinate representation of color #A81FBC: hue angle of 292.36º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81FBC is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16831188-
CMYK0.110.8400.26
HSL292.36º71.69%42.94%-
HSV(B)292.36º83.51%73.73%-
XYZ25.7212.9448.72-
YUV89.86183.39183.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 31 (12.5% from 255) = 8.01%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=43.41%
G=8.01%
B=48.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168311880.110.8400.26292.3671.6942.94
HexA81FBCB5401A124482b
Octal250372741312403244411053
Binary101010001111110111100101110101000110101001001001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81FBC; }

 p { color: rgb(168,31,188); }

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

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

 a { background-color: rgb(168,31,188); }

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

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

 span { border-color: rgb(168,31,188); }

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