#a837c3

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

Shades of Dark Orchid #A837C3

Tints of Dark Orchid #A837C3

Color information

#A837C3 (or 0xA837C3) is unknown color: approx Dark Orchid. HEX triplet: A8, 37 and C3. RGB value is (168,55,195). Sum of RGB (Red+Green+Blue) = 168+55+195=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #A837C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837C3 is #57C83C. Grayscale: #686868. Windows color (decimal): -5752893 or 12793768. OLE color: 12793768.

HSL color Cylindrical-coordinate representation of color #A837C3: hue angle of 288.43º 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 #A837C3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16855195-
CMYK0.140.7200.24
HSL288.43º56%49.02%-
HSV(B)288.43º71.79%76.47%-
XYZ27.361553.08-
YUV104.75178.94173.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 55 (21.88% from 255) = 13.16%
BLUE value IS 195 (76.56% from 255) = 46.65%
R=40.19%
G=13.16%
B=46.65%

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
Decimal168551950.140.7200.24288.435649.02
HexA837C3E480181203831
Octal25067303161100304407061
Binary101010001101111100001111101001000011000100100000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a837c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a837c3; }

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

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

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

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

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

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

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

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