#A816B5

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

Shades of Dark Orchid #A816B5

Tints of Dark Orchid #A816B5

Color information

#A816B5 (or 0xA816B5) is unknown color: approx Dark Orchid. HEX triplet: A8, 16 and B5. RGB value is (168,22,181). Sum of RGB (Red+Green+Blue) = 168+22+181=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #A816B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816B5 is #57E94A. Grayscale: #535353. Windows color (decimal): -5761355 or 11867816. OLE color: 11867816.

HSL color Cylindrical-coordinate representation of color #A816B5: hue angle of 295.09º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A816B5 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16822181-
CMYK0.070.8800.29
HSL295.09º78.33%39.8%-
HSV(B)295.09º87.85%70.98%-
XYZ24.7812.2344.77-
YUV83.78182.87188.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 22 (8.98% from 255) = 5.93%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=45.28%
G=5.93%
B=48.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168221810.070.8800.29295.0978.3339.8
HexA816B575801D1274e28
Octal25026265713003544711650
Binary10101000101101011010111110110000111011001001111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A816B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A816B5; }

 p { color: rgb(168,22,181); }

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

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

 a { background-color: rgb(168,22,181); }

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

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

 span { border-color: rgb(168,22,181); }

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