#A631AA

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

Shades of Dark Orchid #A631AA

Tints of Dark Orchid #A631AA

Color information

#A631AA (or 0xA631AA) is unknown color: approx Dark Orchid. HEX triplet: A6, 31 and AA. RGB value is (166,49,170). Sum of RGB (Red+Green+Blue) = 166+49+170=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #A631AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A631AA is #59CE55. Grayscale: #616161. Windows color (decimal): -5885526 or 11153830. OLE color: 11153830.

HSL color Cylindrical-coordinate representation of color #A631AA: hue angle of 298.02º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A631AA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16649170-
CMYK0.020.7100.33
HSL298.02º55.25%42.94%-
HSV(B)298.02º71.18%66.67%-
XYZ24.0813.2139.31-
YUV97.78168.76176.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=43.12%
G=12.73%
B=44.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166491700.020.7100.33298.0255.2542.94
HexA631AA24702112a372b
Octal2466125221070414526753
Binary10100110110001101010101010001110100001100101010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A631AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A631AA; }

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

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

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

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

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

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

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

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