#A631BF

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

Shades of Dark Orchid #A631BF

Tints of Dark Orchid #A631BF

Color information

#A631BF (or 0xA631BF) is unknown color: approx Dark Orchid. HEX triplet: A6, 31 and BF. RGB value is (166,49,191). Sum of RGB (Red+Green+Blue) = 166+49+191=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #A631BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631BF is #59CE40. Grayscale: #636363. Windows color (decimal): -5885505 or 12530086. OLE color: 12530086.

HSL color Cylindrical-coordinate representation of color #A631BF: hue angle of 289.44º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A631BF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16649191-
CMYK0.130.7400.25
HSL289.44º59.17%47.06%-
HSV(B)289.44º74.35%74.9%-
XYZ26.2314.0750.62-
YUV100.17179.26174.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 49 (19.53% from 255) = 12.07%
BLUE value IS 191 (75% from 255) = 47.04%
R=40.89%
G=12.07%
B=47.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166491910.130.7400.25289.4459.1747.06
HexA631BFD4A0191213b2f
Octal24661277151120314417357
Binary101001101100011011111111011001010011001100100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A631BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A631BF; }

 p { color: rgb(166,49,191); }

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

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

 a { background-color: rgb(166,49,191); }

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

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

 span { border-color: rgb(166,49,191); }

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