#A737BE

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

Shades of Dark Orchid #A737BE

Tints of Dark Orchid #A737BE

Color information

#A737BE (or 0xA737BE) is unknown color: approx Dark Orchid. HEX triplet: A7, 37 and BE. RGB value is (167,55,190). Sum of RGB (Red+Green+Blue) = 167+55+190=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #A737BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737BE is #58C841. Grayscale: #676767. Windows color (decimal): -5818434 or 12466087. OLE color: 12466087.

HSL color Cylindrical-coordinate representation of color #A737BE: hue angle of 289.78º 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 #A737BE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16755190-
CMYK0.120.7100.25
HSL289.78º55.1%48.04%-
HSV(B)289.78º71.05%74.51%-
XYZ26.614.6750.14-
YUV103.88176.61173.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 55 (21.88% from 255) = 13.35%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=40.53%
G=13.35%
B=46.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167551900.120.7100.25289.7855.148.04
HexA737BEC470191223730
Octal24767276141070314426760
Binary101001111101111011111011001000111011001100100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A737BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A737BE; }

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

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

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

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

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

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

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

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