#A837B4

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

Shades of Dark Orchid #A837B4

Tints of Dark Orchid #A837B4

Color information

#A837B4 (or 0xA837B4) is unknown color: approx Dark Orchid. HEX triplet: A8, 37 and B4. RGB value is (168,55,180). Sum of RGB (Red+Green+Blue) = 168+55+180=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #A837B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837B4 is #57C84B. Grayscale: #666666. Windows color (decimal): -5752908 or 11810728. OLE color: 11810728.

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

Color convert

RGB16855180-
CMYK0.070.6900.29
HSL294.24º53.19%46.08%-
HSV(B)294.24º69.44%70.59%-
XYZ25.7514.3544.59-
YUV103.04171.44174.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 55 (21.88% from 255) = 13.65%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=41.69%
G=13.65%
B=44.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168551800.070.6900.29294.2453.1946.08
HexA837B474501D126352e
Octal2506726471050354466556
Binary10101000110111101101001111000101011101100100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A837B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A837B4; }

 p { color: rgb(168,55,180); }

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

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

 a { background-color: rgb(168,55,180); }

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

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

 span { border-color: rgb(168,55,180); }

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