#a837cf

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

Shades of Dark Orchid #A837CF

Tints of Dark Orchid #A837CF

Color information

#A837CF (or 0xA837CF) is unknown color: approx Dark Orchid. HEX triplet: A8, 37 and CF. RGB value is (168,55,207). Sum of RGB (Red+Green+Blue) = 168+55+207=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #A837CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837CF is #57C830. Grayscale: #696969. Windows color (decimal): -5752881 or 13580200. OLE color: 13580200.

HSL color Cylindrical-coordinate representation of color #A837CF: hue angle of 284.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A837CF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16855207-
CMYK0.190.7300.19
HSL284.61º61.29%51.37%-
HSV(B)284.61º73.43%81.18%-
XYZ28.7815.5660.52-
YUV106.12184.94172.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 55 (21.88% from 255) = 12.79%
BLUE value IS 207 (81.25% from 255) = 48.14%
R=39.07%
G=12.79%
B=48.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168552070.190.7300.19284.6161.2951.37
HexA837CF134901311d3d33
Octal25067317231110234357563
Binary1010100011011111001111100111001001010011100011101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a837cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a837cf; }

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

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

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

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

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

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

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

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