#A831BD

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

Shades of Dark Orchid #A831BD

Tints of Dark Orchid #A831BD

Color information

#A831BD (or 0xA831BD) is unknown color: approx Dark Orchid. HEX triplet: A8, 31 and BD. RGB value is (168,49,189). Sum of RGB (Red+Green+Blue) = 168+49+189=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A831BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A831BD is #57CE42. Grayscale: #646464. Windows color (decimal): -5754435 or 12399016. OLE color: 12399016.

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

Color convert

RGB16849189-
CMYK0.110.7400.26
HSL291º58.82%46.67%-
HSV(B)291º74.07%74.12%-
XYZ26.4314.249.49-
YUV100.54177.92176.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 49 (19.53% from 255) = 12.07%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=41.38%
G=12.07%
B=46.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168491890.110.7400.2629158.8246.67
HexA831BDB4A01A1233b2f
Octal25061275131120324437357
Binary101010001100011011110110111001010011010100100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A831BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A831BD; }

 p { color: rgb(168,49,189); }

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

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

 a { background-color: rgb(168,49,189); }

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

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

 span { border-color: rgb(168,49,189); }

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