#A737BA

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

Shades of Dark Orchid #A737BA

Tints of Dark Orchid #A737BA

Color information

#A737BA (or 0xA737BA) is unknown color: approx Dark Orchid. HEX triplet: A7, 37 and BA. RGB value is (167,55,186). Sum of RGB (Red+Green+Blue) = 167+55+186=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A737BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737BA is #58C845. Grayscale: #676767. Windows color (decimal): -5818438 or 12203943. OLE color: 12203943.

HSL color Cylindrical-coordinate representation of color #A737BA: hue angle of 291.3º 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 #A737BA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16755186-
CMYK0.100.7000.27
HSL291.3º54.36%47.25%-
HSV(B)291.3º70.43%72.94%-
XYZ26.1714.4947.87-
YUV103.42174.61173.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 55 (21.88% from 255) = 13.48%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=40.93%
G=13.48%
B=45.59%

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
Decimal167551860.100.7000.27291.354.3647.25
HexA737BAA4601B123362f
Octal24767272121060334436657
Binary101001111101111011101010101000110011011100100011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A737BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A737BA; }

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

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

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

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

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

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

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

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