#A826B9

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

Shades of Dark Orchid #A826B9

Tints of Dark Orchid #A826B9

Color information

#A826B9 (or 0xA826B9) is unknown color: approx Dark Orchid. HEX triplet: A8, 26 and B9. RGB value is (168,38,185). Sum of RGB (Red+Green+Blue) = 168+38+185=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #A826B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826B9 is #57D946. Grayscale: #5D5D5D. Windows color (decimal): -5757255 or 12134056. OLE color: 12134056.

HSL color Cylindrical-coordinate representation of color #A826B9: hue angle of 293.06º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A826B9 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16838185-
CMYK0.090.7900.27
HSL293.06º65.92%43.73%-
HSV(B)293.06º79.46%72.55%-
XYZ25.613.2147.1-
YUV93.63179.57181.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 38 (15.23% from 255) = 9.72%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=42.97%
G=9.72%
B=47.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168381850.090.7900.27293.0665.9243.73
HexA826B994F01B125422c
Octal250462711111703344510254
Binary1010100010011010111001100110011110110111001001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A826B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A826B9; }

 p { color: rgb(168,38,185); }

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

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

 a { background-color: rgb(168,38,185); }

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

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

 span { border-color: rgb(168,38,185); }

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