#A81FCC

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

Shades of Dark Orchid #A81FCC

Tints of Dark Orchid #A81FCC

Color information

#A81FCC (or 0xA81FCC) is unknown color: approx Dark Orchid. HEX triplet: A8, 1F and CC. RGB value is (168,31,204). Sum of RGB (Red+Green+Blue) = 168+31+204=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #A81FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FCC is #57E033. Grayscale: #5B5B5B. Windows color (decimal): -5759028 or 13377448. OLE color: 13377448.

HSL color Cylindrical-coordinate representation of color #A81FCC: hue angle of 287.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81FCC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16831204-
CMYK0.180.8500.2
HSL287.51º73.62%46.08%-
HSV(B)287.51º84.8%80%-
XYZ27.5413.6658.31-
YUV91.68191.39182.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 31 (12.5% from 255) = 7.69%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=41.69%
G=7.69%
B=50.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168312040.180.8500.2287.5173.6246.08
HexA81FCC12550141204a2e
Octal250373142212502444011256
Binary1010100011111110011001001010101010101001001000001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81FCC; }

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

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

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

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

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

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

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

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