#A637BE

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

Shades of Dark Orchid #A637BE

Tints of Dark Orchid #A637BE

Color information

#A637BE (or 0xA637BE) is unknown color: approx Dark Orchid. HEX triplet: A6, 37 and BE. RGB value is (166,55,190). Sum of RGB (Red+Green+Blue) = 166+55+190=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #A637BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637BE is #59C841. Grayscale: #676767. Windows color (decimal): -5883970 or 12466086. OLE color: 12466086.

HSL color Cylindrical-coordinate representation of color #A637BE: hue angle of 289.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A637BE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16655190-
CMYK0.130.7100.25
HSL289.33º55.1%48.04%-
HSV(B)289.33º71.05%74.51%-
XYZ26.3914.5650.13-
YUV103.58176.77172.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 55 (21.88% from 255) = 13.38%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=40.39%
G=13.38%
B=46.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166551900.130.7100.25289.3355.148.04
HexA637BED470191213730
Octal24667276151070314416760
Binary101001101101111011111011011000111011001100100001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A637BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A637BE; }

 p { color: rgb(166,55,190); }

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

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

 a { background-color: rgb(166,55,190); }

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

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

 span { border-color: rgb(166,55,190); }

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