#A115B2

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

Shades of Dark Orchid #A115B2

Tints of Dark Orchid #A115B2

Color information

#A115B2 (or 0xA115B2) is unknown color: approx Dark Orchid. HEX triplet: A1, 15 and B2. RGB value is (161,21,178). Sum of RGB (Red+Green+Blue) = 161+21+178=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #A115B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A115B2 is #5EEA4D. Grayscale: #505050. Windows color (decimal): -6220366 or 11670945. OLE color: 11670945.

HSL color Cylindrical-coordinate representation of color #A115B2: hue angle of 293.5º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A115B2 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16121178-
CMYK0.100.8800.30
HSL293.5º78.89%39.02%-
HSV(B)293.5º88.2%69.8%-
XYZ2311.3343.09-
YUV80.76182.88185.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 178 (69.92% from 255) = 49.44%
R=44.72%
G=5.83%
B=49.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161211780.100.8800.30293.578.8939.02
HexA115B2A5801E1264f27
Octal241252621213003644611747
Binary101000011010110110010101010110000111101001001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A115B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A115B2; }

 p { color: rgb(161,21,178); }

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

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

 a { background-color: rgb(161,21,178); }

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

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

 span { border-color: rgb(161,21,178); }

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