#A916B8

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

Shades of Dark Orchid #A916B8

Tints of Dark Orchid #A916B8

Color information

#A916B8 (or 0xA916B8) is unknown color: approx Dark Orchid. HEX triplet: A9, 16 and B8. RGB value is (169,22,184). Sum of RGB (Red+Green+Blue) = 169+22+184=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #A916B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916B8 is #56E947. Grayscale: #535353. Windows color (decimal): -5695816 or 12064425. OLE color: 12064425.

HSL color Cylindrical-coordinate representation of color #A916B8: hue angle of 294.44º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A916B8 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16922184-
CMYK0.080.8800.28
HSL294.44º78.64%40.39%-
HSV(B)294.44º88.04%72.16%-
XYZ25.312.4746.42-
YUV84.42184.2188.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 22 (8.98% from 255) = 5.87%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=45.07%
G=5.87%
B=49.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169221840.080.8800.28294.4478.6440.39
HexA916B885801C1264f28
Octal251262701013003444611750
Binary101010011011010111000100010110000111001001001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A916B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A916B8; }

 p { color: rgb(169,22,184); }

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

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

 a { background-color: rgb(169,22,184); }

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

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

 span { border-color: rgb(169,22,184); }

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