#A91BBA

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

Shades of Dark Orchid #A91BBA

Tints of Dark Orchid #A91BBA

Color information

#A91BBA (or 0xA91BBA) is unknown color: approx Dark Orchid. HEX triplet: A9, 1B and BA. RGB value is (169,27,186). Sum of RGB (Red+Green+Blue) = 169+27+186=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A91BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BBA is #56E445. Grayscale: #575757. Windows color (decimal): -5694534 or 12196777. OLE color: 12196777.

HSL color Cylindrical-coordinate representation of color #A91BBA: hue angle of 293.58º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91BBA is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16927186-
CMYK0.090.8500.27
HSL293.58º74.65%41.76%-
HSV(B)293.58º85.48%72.94%-
XYZ25.6212.7647.57-
YUV87.58183.54186.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 27 (10.94% from 255) = 7.07%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=44.24%
G=7.07%
B=48.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169271860.090.8500.27293.5874.6541.76
HexA91BBA95501B1264b2a
Octal251332721112503344611352
Binary101010011101110111010100110101010110111001001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91BBA; }

 p { color: rgb(169,27,186); }

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

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

 a { background-color: rgb(169,27,186); }

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

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

 span { border-color: rgb(169,27,186); }

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