#A837BA

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

Shades of Dark Orchid #A837BA

Tints of Dark Orchid #A837BA

Color information

#A837BA (or 0xA837BA) is unknown color: approx Dark Orchid. HEX triplet: A8, 37 and BA. RGB value is (168,55,186). Sum of RGB (Red+Green+Blue) = 168+55+186=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #A837BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837BA is #57C845. Grayscale: #676767. Windows color (decimal): -5752902 or 12203944. OLE color: 12203944.

HSL color Cylindrical-coordinate representation of color #A837BA: hue angle of 291.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A837BA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16855186-
CMYK0.100.7000.27
HSL291.76º54.36%47.25%-
HSV(B)291.76º70.43%72.94%-
XYZ26.3814.647.88-
YUV103.72174.44173.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 55 (21.88% from 255) = 13.45%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=41.08%
G=13.45%
B=45.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168551860.100.7000.27291.7654.3647.25
HexA837BAA4601B124362f
Octal25067272121060334446657
Binary101010001101111011101010101000110011011100100100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A837BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A837BA; }

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

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

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

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

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

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

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

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