#A737BB

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

Shades of Dark Orchid #A737BB

Tints of Dark Orchid #A737BB

Color information

#A737BB (or 0xA737BB) is unknown color: approx Dark Orchid. HEX triplet: A7, 37 and BB. RGB value is (167,55,187). Sum of RGB (Red+Green+Blue) = 167+55+187=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #A737BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737BB is #58C844. Grayscale: #676767. Windows color (decimal): -5818437 or 12269479. OLE color: 12269479.

HSL color Cylindrical-coordinate representation of color #A737BB: hue angle of 290.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A737BB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16755187-
CMYK0.110.7100.27
HSL290.91º54.55%47.45%-
HSV(B)290.91º70.59%73.33%-
XYZ26.2714.5448.43-
YUV103.54175.11173.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 55 (21.88% from 255) = 13.45%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=40.83%
G=13.45%
B=45.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167551870.110.7100.27290.9154.5547.45
HexA737BBB4701B123372f
Octal24767273131070334436757
Binary101001111101111011101110111000111011011100100011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A737BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A737BB; }

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

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

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

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

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

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

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

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