#A816B3

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

Shades of Dark Orchid #A816B3

Tints of Dark Orchid #A816B3

Color information

#A816B3 (or 0xA816B3) is unknown color: approx Dark Orchid. HEX triplet: A8, 16 and B3. RGB value is (168,22,179). Sum of RGB (Red+Green+Blue) = 168+22+179=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #A816B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816B3 is #57E94C. Grayscale: #535353. Windows color (decimal): -5761357 or 11736744. OLE color: 11736744.

HSL color Cylindrical-coordinate representation of color #A816B3: hue angle of 295.8º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A816B3 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16822179-
CMYK0.060.8800.30
HSL295.8º78.11%39.41%-
HSV(B)295.8º87.71%70.2%-
XYZ24.5712.1543.7-
YUV83.55181.87188.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 22 (8.98% from 255) = 5.96%
BLUE value IS 179 (70.31% from 255) = 48.51%
R=45.53%
G=5.96%
B=48.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168221790.060.8800.30295.878.1139.41
HexA816B365801E1284e27
Octal25026263613003645011647
Binary10101000101101011001111010110000111101001010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A816B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A816B3; }

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

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

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

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

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

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

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

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