#A737C3

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

Shades of Dark Orchid #A737C3

Tints of Dark Orchid #A737C3

Color information

#A737C3 (or 0xA737C3) is unknown color: approx Dark Orchid. HEX triplet: A7, 37 and C3. RGB value is (167,55,195). Sum of RGB (Red+Green+Blue) = 167+55+195=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #A737C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737C3 is #58C83C. Grayscale: #686868. Windows color (decimal): -5818429 or 12793767. OLE color: 12793767.

HSL color Cylindrical-coordinate representation of color #A737C3: hue angle of 288º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A737C3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16755195-
CMYK0.140.7200.24
HSL288º56%49.02%-
HSV(B)288º71.79%76.47%-
XYZ27.1514.8953.07-
YUV104.45179.11172.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 55 (21.88% from 255) = 13.19%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=40.05%
G=13.19%
B=46.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167551950.140.7200.242885649.02
HexA737C3E480181203831
Octal24767303161100304407061
Binary101001111101111100001111101001000011000100100000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A737C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A737C3; }

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

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

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

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

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

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

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

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