#A836B6

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

Shades of Dark Orchid #A836B6

Tints of Dark Orchid #A836B6

Color information

#A836B6 (or 0xA836B6) is unknown color: approx Dark Orchid. HEX triplet: A8, 36 and B6. RGB value is (168,54,182). Sum of RGB (Red+Green+Blue) = 168+54+182=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #A836B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836B6 is #57C949. Grayscale: #666666. Windows color (decimal): -5753162 or 11941544. OLE color: 11941544.

HSL color Cylindrical-coordinate representation of color #A836B6: hue angle of 293.44º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A836B6 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16854182-
CMYK0.080.7000.29
HSL293.44º54.24%46.27%-
HSV(B)293.44º70.33%71.37%-
XYZ25.9114.3445.66-
YUV102.68172.77174.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=41.58%
G=13.37%
B=45.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168541820.080.7000.29293.4454.2446.27
HexA836B684601D125362e
Octal25066266101060354456656
Binary101010001101101011011010001000110011101100100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A836B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A836B6; }

 p { color: rgb(168,54,182); }

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

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

 a { background-color: rgb(168,54,182); }

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

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

 span { border-color: rgb(168,54,182); }

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