#A83BBA

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

Shades of Dark Orchid #A83BBA

Tints of Dark Orchid #A83BBA

Color information

#A83BBA (or 0xA83BBA) is unknown color: approx Dark Orchid. HEX triplet: A8, 3B and BA. RGB value is (168,59,186). Sum of RGB (Red+Green+Blue) = 168+59+186=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #A83BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BBA is #57C445. Grayscale: #696969. Windows color (decimal): -5751878 or 12204968. OLE color: 12204968.

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

Color convert

RGB16859186-
CMYK0.100.6800.27
HSL291.5º51.84%48.04%-
HSV(B)291.5º68.28%72.94%-
XYZ26.581547.95-
YUV106.07173.11172.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 59 (23.44% from 255) = 14.29%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=40.68%
G=14.29%
B=45.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168591860.100.6800.27291.551.8448.04
HexA83BBAA4401B1233430
Octal25073272121040334436460
Binary101010001110111011101010101000100011011100100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83BBA; }

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

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

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

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

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

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

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

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