#A817BA

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

Shades of Dark Orchid #A817BA

Tints of Dark Orchid #A817BA

Color information

#A817BA (or 0xA817BA) is unknown color: approx Dark Orchid. HEX triplet: A8, 17 and BA. RGB value is (168,23,186). Sum of RGB (Red+Green+Blue) = 168+23+186=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A817BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817BA is #57E845. Grayscale: #545454. Windows color (decimal): -5761094 or 12195752. OLE color: 12195752.

HSL color Cylindrical-coordinate representation of color #A817BA: hue angle of 293.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A817BA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16823186-
CMYK0.100.8800.27
HSL293.37º77.99%40.98%-
HSV(B)293.37º87.63%72.94%-
XYZ25.3212.4847.53-
YUV84.94185.04187.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 23 (9.38% from 255) = 6.10%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=44.56%
G=6.10%
B=49.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168231860.100.8800.27293.3777.9940.98
HexA817BAA5801B1254e29
Octal250272721213003344511651
Binary101010001011110111010101010110000110111001001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A817BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A817BA; }

 p { color: rgb(168,23,186); }

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

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

 a { background-color: rgb(168,23,186); }

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

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

 span { border-color: rgb(168,23,186); }

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